Created
August 23, 2016 07:34
-
-
Save joeywas/f4ef7ce88cf7a971bef6b7096ad2b039 to your computer and use it in GitHub Desktop.
rake test failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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