a bit more cleanup

This commit is contained in:
Ryan Fitzgerald 2011-09-12 01:06:47 -07:00
parent 82ac5585c4
commit e13962e66d
2 changed files with 2 additions and 5 deletions

View File

@ -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'

View File

@ -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'