Skip to content

Commit

Permalink
Autodetect pahntomjs location
Browse files Browse the repository at this point in the history
  • Loading branch information
dnagir committed Nov 5, 2011
1 parent dd7565f commit 3f37446
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 3f37446

Please sign in to comment.