remove 'Girl' and 'bar' from test. because.

This commit is contained in:
Ashley Williams 2015-05-15 12:17:44 -04:00
parent 60dd845326
commit a987f3aabb
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Girl! I wanna take you to a ... bar!
guten Tag!

View File

@ -198,7 +198,7 @@ describe Sinatra::RespondWith do
it 'looks for templates with name.engine for specific engines' do
respond_with :bar
req(:html).should be_ok
body.should == "Girl! I wanna take you to a ... bar!"
body.should == "guten Tag!"
end
it 'does not use name.engine for engines producing other formats' do