No commit activity in last 3 years
No release in over 3 years
Railsware capybara feature helpers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 2.4.0
~> 1.5.0
~> 10.0
~> 3.0.0
 Project Readme

Capybara feature helpers

Set of handy capybara feature helpers used by Railsware:

  • within_maybe
  • should_see_text
  • should_not_see_text
  • should_see_element
  • should_not_see_element

Requirements

  • capybara 2.x
  • rspec 3.x

Installation

Add to your application's Gemfile:

group :test do
  gem 'capybara-feature_helpers'
end

Add to spec/spec_helper.rb

require 'capybara/feature_helpers'

Authors