Skip to content

Instantly share code, notes, and snippets.

@joeywas
Created August 23, 2016 07:34
Show Gist options
  • Save joeywas/f4ef7ce88cf7a971bef6b7096ad2b039 to your computer and use it in GitHub Desktop.
Save joeywas/f4ef7ce88cf7a971bef6b7096ad2b039 to your computer and use it in GitHub Desktop.
rake test failure
Failures:
1) 2.1 API, no redirect loads and looks as expected
Got 0 failures and 2 other errors:
1.1) Failure/Error: visit '/foundry/soda.demo.socrata.com/b6kv-3wgw'
Cliver::Dependency::NotFound:
Could not find an executable ["phantomjs"] on your path.
# ./_tests/test_foundry.rb:21:in `block (2 levels) in <top (required)>'
1.2) Failure/Error:
raise Dependency::NotFound.new(
"Could not find an executable #{@executables} on your path.")
Cliver::Dependency::NotFound:
Could not find an executable ["phantomjs"] on your path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment