testdouble / jasmine-rails

A Jasmine runner for rails projects that's got you covered in both the terminal and the browser
http://rubygems.org/gems/jasmine-rails
MIT License
378 stars 154 forks source link

Pass options to phantomjs executable #166

Closed danieltdt closed 9 years ago

danieltdt commented 9 years ago

If someone want to pass a custom option to phantomjs executable, the only way is making phantomjs gem optional. This PR adds a config phantom_options allowing custom command-line options for phantom

searls commented 9 years ago

Seems legit.

searls commented 9 years ago

Landed in 0.11.0

danieltdt commented 9 years ago

:+1: