From 304f429092cbb52645516396cbefff738de7053f Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Thu, 18 Aug 2011 23:31:00 +0800 Subject: [PATCH] Fixed broken spec caused by typo --- spec/controllers/errs_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/errs_controller_spec.rb b/spec/controllers/errs_controller_spec.rb index e228931..396636b 100644 --- a/spec/controllers/errs_controller_spec.rb +++ b/spec/controllers/errs_controller_spec.rb @@ -456,7 +456,7 @@ EOF end it "should set flash error message telling issue tracker of the app doesn't exist" do - flash[:error].should == "This up has no issue tracker setup." + flash[:error].should == "This app has no issue tracker setup." end end -- libgit2 0.21.2