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

Fix a typo in README.md [ci skip]

This commit is contained in:
Juanito Fatas 2016-02-23 10:13:34 +08:00
parent 47b3505a2b
commit 4c54a8d514

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`.