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:
parent
47b3505a2b
commit
4c54a8d514
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue