Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 757 Bytes

File metadata and controls

21 lines (13 loc) · 757 Bytes

rspec capybara selenium without rails

Using RSpec and Capybara Without Rails - Selenium Webdriver

This is a simple project that uses Rspec without Rails. In this example, the single test tests youtube.com

Implementation of Jeff Nyman's article Using RSpec and Capybara Without Rails

This is a fairly straight version of Jeff's article. I added a Gemfile so that it runs with bundle install. I will also create a version using poltergeist.

Installation

git clone [email protected]:rothfield/rspec_capybara_selenium_without_rails.git bundle install --binstubs

You may have to edit the file spike_capybara_spec.rb to set the firefox path.

Then to run the tests:

spec