diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-29 18:40:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-29 18:40:00 +0000 |
commit | e117dc8c9cb3985f5e7162f0b097b7b87201e472 (patch) | |
tree | c847cda619d5210f766da44d04aa2e0a37e75a7c /test | |
parent | a842769c3f3836b037807815e127c3a22ee4cb7e (diff) | |
download | redmine-e117dc8c9cb3985f5e7162f0b097b7b87201e472.tar.gz redmine-e117dc8c9cb3985f5e7162f0b097b7b87201e472.zip |
Include missing fixtures.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2989 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-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 91fc42c34..d7bdbb788 100644 --- a/test/functional/groups_controller_test.rb +++ b/test/functional/groups_controller_test.rb @@ -22,7 +22,7 @@ require 'groups_controller' class GroupsController; def rescue_action(e) raise e end; end class GroupsControllerTest < ActionController::TestCase - fixtures :projects, :users, :members, :member_roles + fixtures :projects, :users, :members, :member_roles, :groups_users def setup @controller = GroupsController.new |