colszowka / phantomjs-gem

Phantomjs via Rubygems: Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.
Other
222 stars 104 forks source link

Suppress warnings that phantomjs was not found in $PATH #61

Open aduffeck opened 9 years ago

aduffeck commented 9 years ago

When there is no system wide installed phantomjs you always get a warning that there is no phantomjs installed, but the tests still work fine by using the version from the user's home.

That's annyoing and confusing and thus these warnings are now suppressed by piping them to /dev/null.