1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #1656 from JuanitoFatas/patch-1

Fix a typo in README.md [ci skip]
This commit is contained in:
Thomas Walpole 2016-02-23 19:49:07 -08:00
commit 807beb7c1b

View file

@ -135,7 +135,7 @@ require 'capybara/rspec'
If you are using Rails, put your Capybara specs in `spec/features` (only works
if [you have it configured in
rpsec](https://www.relishapp.com/rspec/rspec-rails/docs/upgrade#file-type-inference-disabled))
RSpec](https://www.relishapp.com/rspec/rspec-rails/docs/upgrade#file-type-inference-disabled))
and if you have your Capybara specs in a different directory, then tag the
example groups with `:type => :feature`.