diff --git a/test/helper.rb b/test/helper.rb index cc8c0ab1..46f34d86 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -3,6 +3,8 @@ unless Object.const_defined? 'Pry' require 'pry' end +puts "Ruby v#{RUBY_VERSION}, Pry v#{Pry::VERSION}, method_source v#{MethodSource::VERSION}" + require 'bacon' require 'open4' diff --git a/test/test_pry.rb b/test/test_pry.rb index 26508209..1e4fe74e 100644 --- a/test/test_pry.rb +++ b/test/test_pry.rb @@ -1,10 +1,5 @@ require 'helper' -puts "Ruby Version #{RUBY_VERSION}" -puts "Testing Pry #{Pry::VERSION}" -puts "With method_source version #{MethodSource::VERSION}" -puts "--" - describe Pry do if RUBY_PLATFORM !~ /mingw/ && RUBY_PLATFORM !~ /mswin/ && RUBY_PLATFORM != 'java'