Sha256: 6a2145ce641450b47d8bf21ce707c59c4f91ada8a618a5859900f702207e8c38

Contents?: true

Size: 227 Bytes

Versions: 6

Compression:

Stored size: 227 Bytes

Contents

require_relative "helper"

class TestUnknownCommands < Test::Unit::TestCase

  include Helper::Client

  def test_should_try_to_work
    assert_raise Redis::CommandError do
      r.not_yet_implemented_command
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redis-4.0.3 test/unknown_commands_test.rb
redis-4.1.0.beta1 test/unknown_commands_test.rb
redis-4.0.2 test/unknown_commands_test.rb
redis-4.0.1 test/unknown_commands_test.rb
redis-4.0.0 test/unknown_commands_test.rb
redis-4.0.0.rc1 test/unknown_commands_test.rb