Sha256: 5ca349ef446de8bddec74629e54716af3b34397f3e7880d16ece3585635f5e3f
Contents?: true
Size: 239 Bytes
Versions: 13
Compression:
Stored size: 239 Bytes
Contents
class MockRedis module Assertions private def assert_has_args(args, command) unless args.any? raise RuntimeError, "ERR wrong number of arguments for '#{command}' command" end end end end
Version data entries
13 entries across 13 versions & 3 rubygems