spec/unit/server_spec.rb in hatetepe-0.5.1 vs spec/unit/server_spec.rb in hatetepe-0.5.2

- old
+ new

@@ -37,10 +37,10 @@ s.post_init end end let :app do - stub("app", :call => nil) + double("app", :call => nil) end let :http_request do [ "POST /foo/bar?key=value HTTP/1.1",