Sha256: 662201570f1af915af560560f25c4d99681ac381cba12025087363dd374a99fd
Contents?: true
Size: 279 Bytes
Versions: 21
Compression:
Stored size: 279 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 Redis::CommandError do r.not_yet_implemented_command end end end
Version data entries
21 entries across 20 versions & 7 rubygems