spec/page_spec.rb in spidr-0.2.7 vs spec/page_spec.rb in spidr-0.3.0
- old
+ new
@@ -98,16 +98,9 @@
before(:all) do
@page = get_page('http://twitter.com/login')
end
it "should provide access to the raw Cookie" do
- cookie = @page.raw_cookie
-
- cookie.should_not be_nil
- cookie.should_not be_empty
- end
-
- it "should still support the deprecated #cookie method" do
cookie = @page.cookie
cookie.should_not be_nil
cookie.should_not be_empty
end