Commit e117dc8c authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Include missing fixtures.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2989 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent a842769c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment