mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update README.md
This commit is contained in:
parent
0dfe5972f5
commit
c5c2101303
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ require 'capybara/rspec'
|
|||
|
||||
If you are using Rails, put your Capybara specs in `spec/features` or `spec/system` (only works
|
||||
if [you have it configured in
|
||||
RSpec](https://relishapp.com/rspec/rspec-rails/v/4-0/docs/feature-specs/feature-spec))
|
||||
RSpec](https://relishapp.com/rspec/rspec-rails/v/4-0/docs/directory-structure))
|
||||
and if you have your Capybara specs in a different directory, then tag the
|
||||
example groups with `type: :feature` or `type: :system` depending on which type of test you're writing.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue