From e13962e66d8cefb9af20c83197be6ef9072ea699 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Mon, 12 Sep 2011 01:06:47 -0700 Subject: [PATCH] a bit more cleanup --- test/helper.rb | 2 ++ test/test_pry.rb | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) 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'