##// END OF EJS Templates
Missing fixtures....
Jean-Philippe Lang -
r15525:def2359ccece
parent child
Show More
@@ -18,7 +18,7
18 require File.expand_path('../../test_helper', __FILE__)
18 require File.expand_path('../../test_helper', __FILE__)
19
19
20 class TokenTest < ActiveSupport::TestCase
20 class TokenTest < ActiveSupport::TestCase
21 fixtures :tokens
21 fixtures :tokens, :users, :email_addresses
22
22
23 def test_create
23 def test_create
24 token = Token.new
24 token = Token.new
General Comments 0
You need to be logged in to leave comments. Login now