spec/page_spec.rb in spk-anemone-0.3.1 vs spec/page_spec.rb in spk-anemone-0.4.0

- old
+ new

@@ -66,7 +66,12 @@ it "should include the response time for the HTTP request" do @page.should respond_to(:response_time) end + it "should have the cookies received with the page" do + @page.should respond_to(:cookies) + @page.cookies.should == [] + end + end end