spec/spec_helper.rb in infoblox-0.5.3 vs spec/spec_helper.rb in infoblox-1.0.0

- old
+ new

@@ -22,10 +22,11 @@ def connection Infoblox::Connection.new( :username => $username, :password => $password, - :host => $host + :host => $host, + :ssl_opts => {:verify => false} # :logger => Logger.new(STDOUT) ) end end