Skip to content

Commit

Permalink
Fix home page test
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Dec 16, 2011
1 parent 8f5c9a8 commit 10cb4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/app_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def app
it "says hello" do
get '/'
last_response.should be_ok
last_response.body.should == 'Hello World!'
last_response.body.should =~ /Hey there!/
end

describe "receiving email" do
Expand Down

0 comments on commit 10cb4d4

Please sign in to comment.