diff --git a/test/fixtures/rights.yml b/test/fixtures/rights.yml --- a/test/fixtures/rights.yml +++ b/test/fixtures/rights.yml @@ -1,5 +1,13 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -one: - id: 1 -two: - id: 2 + +graders_right: + controller: graders + action: all + +user_admin_right: + controller: user_admin + action: all + +problems_right: + controller: problems + action: all