diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-19 04:50:29 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-19 04:50:29 +0000 |
commit | 0bc87002d297c37019a25de1ae02a63f182b108b (patch) | |
tree | 10755b41c2ad15f6a5cb9d6dfd215ee4d37b2609 | |
parent | caa02e65375ded3d4650a72678567423f23b25ce (diff) | |
download | redmine-0bc87002d297c37019a25de1ae02a63f182b108b.tar.gz redmine-0bc87002d297c37019a25de1ae02a63f182b108b.zip |
add missing fixture to test/integration/api_test/groups_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13917 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/integration/api_test/groups_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/groups_test.rb b/test/integration/api_test/groups_test.rb index 0a9373513..b27a9f96c 100644 --- a/test/integration/api_test/groups_test.rb +++ b/test/integration/api_test/groups_test.rb @@ -18,7 +18,7 @@ require File.expand_path('../../../test_helper', __FILE__) class Redmine::ApiTest::GroupsTest < Redmine::ApiTest::Base - fixtures :users, :groups_users + fixtures :users, :groups_users, :email_addresses test "GET /groups.xml should require authentication" do get '/groups.xml' |