Sha256: 99bb26535f4f3f533a01dda050d17bba1a7f9546f62a02a996ffa83e18bcdb5d
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper')) require File.expand_path(File.join(File.dirname(__FILE__), 'shared_connection_examples')) module Stomper describe Connection do before(:each) do @connection = Connection.new("stomp:///", :connect_now => false) end it_should_behave_like "All Client Connections" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stomper-0.4 | spec/connection_spec.rb |
stomper-0.3.2 | spec/connection_spec.rb |