spec/spec_helper.rb in amqp-1.1.0.pre1 vs spec/spec_helper.rb in amqp-1.1.0.pre2
- old
+ new
@@ -8,10 +8,10 @@
require "amqp"
require "evented-spec"
require "effin_utf8"
require "multi_json"
-puts "Using Ruby #{RUBY_VERSION}, amq-client #{AMQ::Client::VERSION} and amq-protocol #{AMQ::Protocol::VERSION}"
+puts "Using Ruby #{RUBY_VERSION} and amq-protocol #{AMQ::Protocol::VERSION}"
amqp_config = File.dirname(__FILE__) + '/amqp.yml'
port = if ENV["TRACER"]