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
1 changed files with 1 additions and 1 deletions

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}"