example/howto_spec.rb in manveru-innate-2009.04.01 vs example/howto_spec.rb in manveru-innate-2009.04.08
- old
+ new
@@ -24,10 +24,10 @@
got.status.should == 200
got.body.should == "I should be at /"
got['Content-Type'].should == 'text/html'
end
- should 'respond to /' do
+ should 'respond to /foo' do
got = get('/foo')
got.status.should == 200
got.body.should == "I should be at /foo"
got['Content-Type'].should == 'text/css'
end