spec/network/http/proxy_spec.rb in ronin-support-0.1.0.pre2 vs spec/network/http/proxy_spec.rb in ronin-support-0.1.0.pre3

- old
+ new

@@ -86,11 +86,9 @@ proxy.should_not be_enabled end end - subject { Network::HTTP::Proxy.new } - it "should behave like a Hash" do subject[:host] = 'example.com' subject[:host].should == 'example.com' end