diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-11 06:36:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-11 06:36:20 +0000 |
commit | def2359ccece87db731d02cfd0338afc86fa43fc (patch) | |
tree | 818de96e6b97a012ba6e5fbdc79b62d4404fad49 /test/unit/token_test.rb | |
parent | 7154c6f598cbe4fa37ba14c2fac17f12bdc2b6de (diff) | |
download | redmine-def2359ccece87db731d02cfd0338afc86fa43fc.tar.gz redmine-def2359ccece87db731d02cfd0338afc86fa43fc.zip |
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@15907 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/token_test.rb')
-rw-r--r-- | test/unit/token_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/token_test.rb b/test/unit/token_test.rb index fc0a5bda6..92a7f12f7 100644 --- a/test/unit/token_test.rb +++ b/test/unit/token_test.rb @@ -18,7 +18,7 @@ require File.expand_path('../../test_helper', __FILE__) class TokenTest < ActiveSupport::TestCase - fixtures :tokens + fixtures :tokens, :users, :email_addresses def test_create token = Token.new |