spec/pipelining_spec.rb in em-http-request-1.0.3 vs spec/pipelining_spec.rb in em-http-request-1.1.0

- old
+ new

@@ -25,11 +25,11 @@ pipe2.errback { failed(conn) } pipe2.callback { processed += 1 pipe2.response_header.status.should == 200 - pipe2.response.should match(/2011/i) + pipe2.response.should match(/html/i) stop.call } end end @@ -61,6 +61,6 @@ end end end -end \ No newline at end of file +end