Sha256: fd216faed9bbd55fb7a0a1c7f28059a75b19a622afc94fc4c5deb4ce12f68d9d

Contents?: true

Size: 371 Bytes

Versions: 2

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true

require_relative 'helper'
require_relative 'lint/strings'

# ruby -w -Itest test/cluster_commands_on_strings_test.rb
# @see https://redis.io/commands#string
class TestClusterCommandsOnStrings < Test::Unit::TestCase
  include Helper::Cluster
  include Lint::Strings

  def mock(*args, &block)
    redis_cluster_mock(*args, &block)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis-4.0.3 test/cluster_commands_on_strings_test.rb
redis-4.1.0.beta1 test/cluster_commands_on_strings_test.rb