spec/connection_spec.rb in infoblox-1.0.1 vs spec/connection_spec.rb in infoblox-2.0.0

- old
+ new

@@ -17,10 +17,10 @@ # execute the request. There should be no "URI::BadURIError: both URI are relative" error ic.get(uri) end end - it "should raise Infobloxon invalid response" do + it "should raise on invalid response" do host = 'localhost' conn_params = { :username => "billy", :password => "boi", :host => host