spec/examples/hello.rb in manveru-ramaze-2009.05.08 vs spec/examples/hello.rb in manveru-ramaze-2009.06

- old
+ new

@@ -1,9 +1,9 @@ require 'spec/helper' require 'examples/basic/hello' describe 'Hello' do - behaves_like :mock + behaves_like :rack_test it 'serves the index page' do get('/').body.should == 'Hello, World!' end end