1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

fixed tests for 1.8, was encountering stack level too deep due to awry aliases due to helpers.rb loaded twice

This commit is contained in:
John Mair 2011-06-10 00:27:04 +12:00
parent 449ffb7161
commit 1ab4bb4cf5

View file

@ -1,4 +1,4 @@
require File.dirname(File.expand_path(__FILE__)) + '/helper'
require 'helper'
puts "Ruby Version #{RUBY_VERSION}"
puts "Testing Pry #{Pry::VERSION}"