Sha256: 01ea4161d26f45041958139979ac1877b91ba390a66a3aebf905f658731065e2

Contents?: true

Size: 345 Bytes

Versions: 2

Compression:

Stored size: 345 Bytes

Contents

# frozen_string_literal: true

require_relative 'helper'
require_relative 'lint/value_types'

# ruby -w -Itest test/cluster_commands_on_value_types_test.rb
class TestClusterCommandsOnValueTypes < Test::Unit::TestCase
  include Helper::Cluster
  include Lint::ValueTypes

  def test_move
    assert_raise(Redis::CommandError) { super }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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