Sha256: f0dcffb7b825cd903eff3f199841f4a4ebec3a569e791cd1b3003b7322e09e66
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
# encoding: UTF-8 require File.expand_path("./helper", File.dirname(__FILE__)) setup do init Redis.new(OPTIONS) end test "should try to work" do |r| assert_raise Redis::CommandError do r.not_yet_implemented_command end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
gorsuch-redis-3.0.0.rc1 | test/unknown_commands_test.rb |
redis-3.0.0.rc1 | test/unknown_commands_test.rb |