Sha256: 3de1a392a614e58162e31d6405e018788dc3974eb5b49075f8659c4fd186b544
Contents?: true
Size: 231 Bytes
Versions: 54
Compression:
Stored size: 231 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 RuntimeError do r.not_yet_implemented_command end end
Version data entries
54 entries across 54 versions & 7 rubygems