Skip to content

Commit

Permalink
Hardcode browser for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Mar 8, 2010
1 parent b460c59 commit ca1e956
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/helper.rb
Expand Up @@ -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.
Expand Down

0 comments on commit ca1e956

Please sign in to comment.