Sha256: c40baae95826b06a745df77bf1a89e8b9733b189dc00b52a1cfdaa12c16094f8
Contents?: true
Size: 240 Bytes
Versions: 27
Compression:
Stored size: 240 Bytes
Contents
class MockRedis module Assertions private def assert_has_args(args, command) unless args.any? raise Redis::CommandError, "ERR wrong number of arguments for '#{command}' command" end end end end
Version data entries
27 entries across 27 versions & 1 rubygems