Skip to content

Instantly share code, notes, and snippets.

@bradphelan
Created June 17, 2011 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradphelan/1031029 to your computer and use it in GitHub Desktop.
Save bradphelan/1031029 to your computer and use it in GitHub Desktop.
Rails On Fire Error
1) Selenium Tests The logging in process signs in a valid user
Failure/Error: visit '/users/sign_in'
Selenium::WebDriver::Error::WebDriverError:
Could not find Firefox binary (os=linux). Make sure Firefox is installed or set the path manually with Selenium::WebDriver::Firefox::Binary.path=
# ./spec/integration/log_spec.rb:26:in `block (3 levels) in <top (required)>'
@bradphelan
Copy link
Author

bradphelan commented Jun 17, 2011 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment