test/run-test.rb in iruby-0.7.4 vs test/run-test.rb in iruby-0.8.0

- old
+ new

@@ -1,8 +1,9 @@ #!/usr/bin/env ruby $VERBOSE = true +require "bundler/setup" require "pathname" base_dir = Pathname.new(__dir__).parent.expand_path lib_dir = base_dir + "lib"