diff options
author | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2012-11-01 11:58:45 +0000 |
---|---|---|
committer | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2012-11-01 11:58:45 +0000 |
commit | 68cd78f7cc83e86f54066e6164cdd3c5ce27ab5d (patch) | |
tree | 7c74a5424cc360aed4da4cc955bd3749f5658244 /test/functional/groups_controller_test.rb | |
parent | 45e7c63fc4105ebf2ebc962382b130ec31a0b02b (diff) | |
download | redmine-68cd78f7cc83e86f54066e6164cdd3c5ce27ab5d.tar.gz redmine-68cd78f7cc83e86f54066e6164cdd3c5ce27ab5d.zip |
Fixed test/functional/groups_controller_test.rb breaking when run alone (#12285)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10782 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/groups_controller_test.rb')
-rw-r--r-- | test/functional/groups_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/groups_controller_test.rb b/test/functional/groups_controller_test.rb index d76a952a5..c053a4f23 100644 --- a/test/functional/groups_controller_test.rb +++ b/test/functional/groups_controller_test.rb @@ -18,7 +18,7 @@ require File.expand_path('../../test_helper', __FILE__) class GroupsControllerTest < ActionController::TestCase - fixtures :projects, :users, :members, :member_roles, :groups_users + fixtures :projects, :users, :members, :member_roles, :roles, :groups_users def setup @request.session[:user_id] = 1 |