From 0bc87002d297c37019a25de1ae02a63f182b108b Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 19 Jan 2015 04:50:29 +0000 Subject: [PATCH] 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 --- test/integration/api_test/groups_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5