Skip to content
Arin edited this page Aug 11, 2015 · 3 revisions

Documentation

Capybara: http://www.rubydoc.info/github/jnicklas/capybara/master/Capybara Rspec: http://rspec.info/documentation/3.3/rspec-rails/

Installing ChromeDriver

  • Download at https://sites.google.com/a/chromium.org/chromedriver/downloads
  • Drag chromdriver file to /usr/bin

Run Rspec

rspec

Filter rspec tests

rspec spec/features/<spec-name>.rb -e <string-filter>

Clone this wiki locally