Commit a6860208b98f68f119bf611a156c05f31c2447cf
1 parent
d629915c
Exists in
master
and in
1 other branch
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 | 10 | assign :app, problem.app |
11 | 11 | assign :notices, err.notices.paginate(:page => 1, :per_page => 1) |
12 | 12 | assign :notice, err.notices.first |
13 | + controller.stub(:current_user) { Factory(:user) } | |
13 | 14 | end |
14 | 15 | |
15 | 16 | describe "content_for :action_bar" do | ... | ... |