spec/spec_helper.rb in amq-protocol-0.9.0 vs spec/spec_helper.rb in amq-protocol-0.9.1

- old
+ new

@@ -14,9 +14,11 @@ $: << File.expand_path('../../lib', __FILE__) require "amq/protocol" +puts "Running on #{RUBY_VERSION}" + module RubyVersionsSUpport def one_point_eight? RUBY_VERSION =~ /^1.8/ end end # RubyVersionsSUpport