Sha256: 9740cee2cec8a96b08823a1ac14f53302c2102116ad52d9fac99b5c20e0dc6d6
Contents?: true
Size: 212 Bytes
Versions: 2
Compression:
Stored size: 212 Bytes
Contents
require "helper" require "twirl" class TwirlTest < Minitest::Test def test_new hosts = ["localhost:1", "localhost:2"] client = Twirl.new(hosts) assert_instance_of Twirl::Cluster, client end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twirl-0.2.0 | test/twirl_test.rb |
twirl-0.1.0 | test/twirl_test.rb |