No commit activity in last 3 years
No release in over 3 years
Adds a capybara integration test group to RSpec 2.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.3.9
>= 2.0.0.beta.17
 Project Readme

DON'T USE THIS GEM!

The rspec-rails project now supports 'integration' testing with Capybara so this gem is no longer necessary. To use it, include both capybara and rspec-rails in your Gemfile, then move all your integration specs to spec/requests and you should be good to go.