Sha256: cd4dbb64a7d739e08efa472378b3a24d10c1cbaf5db6c806574ca15a611942f6

Contents?: true

Size: 121 Bytes

Versions: 72

Compression:

Stored size: 121 Bytes

Contents

require 'spec_helper'

describe '#unwatch' do
  it "responds with 'OK'" do
    @redises.unwatch.should == 'OK'
  end
end

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
mock_redis-0.36.0 spec/commands/unwatch_spec.rb
mock_redis-0.35.0 spec/commands/unwatch_spec.rb
mock_redis-0.34.0 spec/commands/unwatch_spec.rb
mock_redis-0.33.0 spec/commands/unwatch_spec.rb
mock_redis-0.32.0 spec/commands/unwatch_spec.rb
mock_redis-0.31.0 spec/commands/unwatch_spec.rb
mock_redis-0.30.0 spec/commands/unwatch_spec.rb
mock_redis-0.29.0 spec/commands/unwatch_spec.rb
mock_redis-0.28.0 spec/commands/unwatch_spec.rb
mock_redis-0.27.3 spec/commands/unwatch_spec.rb
mock_redis-0.27.2 spec/commands/unwatch_spec.rb
mock_redis-0.27.1 spec/commands/unwatch_spec.rb
mock_redis-0.27.0 spec/commands/unwatch_spec.rb
mock_redis-0.26.0 spec/commands/unwatch_spec.rb
mock_redis-0.25.0 spec/commands/unwatch_spec.rb
mock_redis-0.24.0 spec/commands/unwatch_spec.rb
mock_redis-0.23.0 spec/commands/unwatch_spec.rb
mock_redis-0.22.0 spec/commands/unwatch_spec.rb
mock_redis-0.21.0 spec/commands/unwatch_spec.rb
mock_redis-0.20.0 spec/commands/unwatch_spec.rb