diff --git a/spec/controllers/overhead_time_entry_activity_controller_spec.rb b/spec/controllers/overhead_time_entry_activity_controller_spec.rb index ebdc8bd..43629fa 100644 --- a/spec/controllers/overhead_time_entry_activity_controller_spec.rb +++ b/spec/controllers/overhead_time_entry_activity_controller_spec.rb @@ -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