Skip to content

Commit

Permalink
Merge pull request #9 from dnagir/patch-2
Browse files Browse the repository at this point in the history
Autodetect pahntomjs location
  • Loading branch information
netzpirat committed Nov 5, 2011
2 parents bba335f + 3f37446 commit 693e0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/jasmine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Jasmine < Guard
:server => :auto,
:port => 8888,
:jasmine_url => 'http://localhost:8888/jasmine',
:phantomjs_bin => '/usr/local/bin/phantomjs',
:phantomjs_bin => `which phantomjs`.chomp,
:timeout => 10000,
:notification => true,
:hide_success => false,
Expand Down

0 comments on commit 693e0e4

Please sign in to comment.