Make sure the spec user isn't allowed to access anything

This commit is contained in:
Eric Davis
2009-04-21 15:12:59 -07:00
parent 9226b91245
commit 2294af13fd

View File

@@ -11,7 +11,8 @@ describe OverheadTimeEntryActivityController, "#index as non-admin" do
:language => :en,
:anonymous? => false,
:name => 'Test user',
:projects => Project
:projects => Project,
:allowed_to? => false
)
end
end