test/connection.rb in ohm-1.0.0.rc1 vs test/connection.rb in ohm-1.0.0.rc2

- old
+ new

@@ -3,10 +3,10 @@ require File.expand_path("./helper", File.dirname(__FILE__)) prepare.clear test "no rewriting of settings hash when using Ohm.connect" do - settings = { url: "redis://127.0.0.1:6379/15" }.freeze + settings = { :url => "redis://127.0.0.1:6379/15" }.freeze ex = nil begin Ohm.connect(settings)