Commit 304f429092cbb52645516396cbefff738de7053f

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

Fixed broken spec caused by typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/controllers/errs_controller_spec.rb
... ... @@ -456,7 +456,7 @@ EOF
456 456 end
457 457  
458 458 it "should set flash error message telling issue tracker of the app doesn't exist" do
459   - flash[:error].should == "This up has no issue tracker setup."
  459 + flash[:error].should == "This app has no issue tracker setup."
460 460 end
461 461 end
462 462  
... ...