Sha256: 1384f3accc348f7ef0cb823d595b96bbce9c3efd9f100b8cfd0000ed60465c78

Contents?: true

Size: 237 Bytes

Versions: 11

Compression:

Stored size: 237 Bytes

Contents

# encoding: UTF-8

require "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

11 entries across 11 versions & 3 rubygems

Version Path
redis-3.0.5 test/unknown_commands_test.rb
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/redis-3.0.4/test/unknown_commands_test.rb
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/redis-3.0.4/test/unknown_commands_test.rb
redis-3.0.4 test/unknown_commands_test.rb
redis-3.0.3 test/unknown_commands_test.rb
remq-0.0.4 vendor/bundle/gems/redis-3.0.2/test/unknown_commands_test.rb
remq-0.0.3 vendor/bundle/gems/redis-3.0.2/test/unknown_commands_test.rb
redis-3.0.2 test/unknown_commands_test.rb
redis-3.0.1 test/unknown_commands_test.rb
redis-3.0.0 test/unknown_commands_test.rb
redis-3.0.0.rc2 test/unknown_commands_test.rb