diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-03-21 11:29:56 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-03-21 11:29:56 +0000 |
commit | 749e26098050f8115c5668ac7f60c3edbea7a0cd (patch) | |
tree | 865e1233ff30f47af72e59806ae313ec036f6031 /test/integration | |
parent | 3554ef44d6107ad1ccb517f394145ee6ae4e35d7 (diff) | |
download | redmine-749e26098050f8115c5668ac7f60c3edbea7a0cd.tar.gz redmine-749e26098050f8115c5668ac7f60c3edbea7a0cd.zip |
add missing fixtures to test/integration/api_test/api_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16426 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/api_test/api_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/api_test.rb b/test/integration/api_test/api_test.rb index 5048f7e9b..74e95d24d 100644 --- a/test/integration/api_test/api_test.rb +++ b/test/integration/api_test/api_test.rb @@ -18,7 +18,7 @@ require File.expand_path('../../../test_helper', __FILE__) class Redmine::ApiTest::ApiTest < Redmine::ApiTest::Base - fixtures :users + fixtures :users, :email_addresses, :members, :member_roles, :roles, :projects def test_api_should_work_with_protect_from_forgery ActionController::Base.allow_forgery_protection = true |