Capybara feature helpers
Set of handy capybara feature helpers used by Railsware:
within_maybeshould_see_textshould_not_see_textshould_see_elementshould_not_see_element
Requirements
- capybara 2.x
- rspec 3.x
Installation
Add to your application's Gemfile:
group :test do
gem 'capybara-feature_helpers'
endAdd to spec/spec_helper.rb
require 'capybara/feature_helpers'