Skip to content

Instantly share code, notes, and snippets.

@temas
Created November 3, 2011 20:26
Show Gist options
  • Save temas/1337682 to your computer and use it in GitHub Desktop.
Save temas/1337682 to your computer and use it in GitHub Desktop.
Reader setup
Reader setup
Reader setup
Reader setup
Reader setup
Reader setup
Reader setup
Reader setup
Reader setup
Reader setup
Reader setup
(in /Users/temas/singly/code/Locker/tests/integration)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S rspec ./spec/integration/dashboard_spec.rb
FFFF
Failures:
1) dashboard allows people to switch between 3 views
Failure/Error: visit '/'
Selenium::WebDriver::Error::WebDriverError:
Unable to find the chromedriver executable. Please download the server from http://code.google.com/p/chromium/downloads/list and place it somewhere on your PATH. More info at http://code.google.com/p/selenium/wiki/ChromeDriver.
# ./spec/integration/dashboard_spec.rb:6
2) dashboard allows people to open the section to connect to services
Failure/Error: visit '/'
Selenium::WebDriver::Error::WebDriverError:
Unable to find the chromedriver executable. Please download the server from http://code.google.com/p/chromium/downloads/list and place it somewhere on your PATH. More info at http://code.google.com/p/selenium/wiki/ChromeDriver.
# ./spec/integration/dashboard_spec.rb:24
3) dashboard should allow access to api explorer
Failure/Error: visit '/'
Selenium::WebDriver::Error::WebDriverError:
Unable to find the chromedriver executable. Please download the server from http://code.google.com/p/chromium/downloads/list and place it somewhere on your PATH. More info at http://code.google.com/p/selenium/wiki/ChromeDriver.
# ./spec/integration/dashboard_spec.rb:30
4) dashboard should allow access to create a new viewer
Failure/Error: visit '/'
Selenium::WebDriver::Error::WebDriverError:
Unable to find the chromedriver executable. Please download the server from http://code.google.com/p/chromium/downloads/list and place it somewhere on your PATH. More info at http://code.google.com/p/selenium/wiki/ChromeDriver.
# ./spec/integration/dashboard_spec.rb:40
Finished in 1.87 seconds
4 examples, 4 failures
Failed examples:
rspec ./spec/integration/dashboard_spec.rb:5 # dashboard allows people to switch between 3 views
rspec ./spec/integration/dashboard_spec.rb:23 # dashboard allows people to open the section to connect to services
rspec ./spec/integration/dashboard_spec.rb:29 # dashboard should allow access to api explorer
rspec ./spec/integration/dashboard_spec.rb:39 # dashboard should allow access to create a new viewer
rake aborted!
ruby /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S rspec ./spec/integration/dashboard_spec.rb failed
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment