diff --git a/test/helper.rb b/test/helper.rb index caace96ec..b6fa80b9d 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -3,6 +3,9 @@ require 'hub' require 'hub/standalone' +# We're looking for `open` in the tests. +ENV['BROWSER'] = 'open' + class Test::Unit::TestCase # Shortcut for creating a `Hub` instance. Pass it what you would # normally pass `hub` on the command line, e.g.