spec/hashes_spec.rb in fakeredis-0.1.4 vs spec/hashes_spec.rb in fakeredis-0.2.0
- old
+ new
@@ -1,10 +1,10 @@
require 'spec_helper'
module FakeRedis
describe "HashesMethods" do
before(:each) do
- @client = FakeRedis::Redis.new
+ @client = Redis.new
end
it "should delete a hash field" do
@client.hset("key1", "k1", "val1")
@client.hset("key1", "k2", "val2")