Skip to content

rothfield/rspec_capybara_selenium_without_rails

Repository files navigation

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

About

Using RSpec and Capybara Without Rails - Selenium Webdriver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published