1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-16 04:12:53 +00:00

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
This commit is contained in:
Toshi MARUYAMA 2015-01-19 04:50:29 +00:00
parent caa02e6537
commit 0bc87002d2

View File

@ -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'