Sha256: 9b5cbe64dd0b307c6e81c43eeaa17339784a6004786fc98a24ac89dde086f654
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
# encoding: UTF-8 require File.expand_path("helper", File.dirname(__FILE__)) class TestUnknownCommands < Test::Unit::TestCase include Helper::Client def test_should_try_to_work assert_raise Redis2::CommandError do r.not_yet_implemented_command end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis2-namespaced-3.0.7.1 | test/unknown_commands_test.rb |
redis2-namespaced-3.0.7 | test/unknown_commands_test.rb |