Skip to content
Snippets Groups Projects
Commit 8b3207a8 authored by Eric Davis's avatar Eric Davis
Browse files

Fix test that doesn't run alone due to missing fixtures

parent 037d915d
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ require 'groups_controller'
class GroupsController; def rescue_action(e) raise e end; end
class GroupsControllerTest < ActionController::TestCase
fixtures :projects, :users, :members, :member_roles, :groups_users
fixtures :all
def setup
@controller = GroupsController.new
......
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