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