mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
a bit more cleanup
This commit is contained in:
parent
82ac5585c4
commit
e13962e66d
2 changed files with 2 additions and 5 deletions
|
@ -3,6 +3,8 @@ unless Object.const_defined? 'Pry'
|
||||||
require 'pry'
|
require 'pry'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
puts "Ruby v#{RUBY_VERSION}, Pry v#{Pry::VERSION}, method_source v#{MethodSource::VERSION}"
|
||||||
|
|
||||||
require 'bacon'
|
require 'bacon'
|
||||||
require 'open4'
|
require 'open4'
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
require 'helper'
|
require 'helper'
|
||||||
|
|
||||||
puts "Ruby Version #{RUBY_VERSION}"
|
|
||||||
puts "Testing Pry #{Pry::VERSION}"
|
|
||||||
puts "With method_source version #{MethodSource::VERSION}"
|
|
||||||
puts "--"
|
|
||||||
|
|
||||||
describe Pry do
|
describe Pry do
|
||||||
|
|
||||||
if RUBY_PLATFORM !~ /mingw/ && RUBY_PLATFORM !~ /mswin/ && RUBY_PLATFORM != 'java'
|
if RUBY_PLATFORM !~ /mingw/ && RUBY_PLATFORM !~ /mswin/ && RUBY_PLATFORM != 'java'
|
||||||
|
|
Loading…
Reference in a new issue