Commit a6860208b98f68f119bf611a156c05f31c2447cf

Authored by Nathan Broadbent
1 parent d629915c
Exists in master and in 1 other branch production

Fixed spec for errs/show

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
spec/views/errs/show.html.haml_spec.rb
@@ -10,6 +10,7 @@ describe "errs/show.html.haml" do @@ -10,6 +10,7 @@ describe "errs/show.html.haml" do
10 assign :app, problem.app 10 assign :app, problem.app
11 assign :notices, err.notices.paginate(:page => 1, :per_page => 1) 11 assign :notices, err.notices.paginate(:page => 1, :per_page => 1)
12 assign :notice, err.notices.first 12 assign :notice, err.notices.first
  13 + controller.stub(:current_user) { Factory(:user) }
13 end 14 end
14 15
15 describe "content_for :action_bar" do 16 describe "content_for :action_bar" do