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

Update broken link from Rspec Docs

Rspec documentation was updated recently and the old link is not working anymore. This fixes it with the current equivalent information.
This commit is contained in:
Pedro Cavalheiro 2020-05-28 11:29:40 +02:00 committed by GitHub
parent e3b2447313
commit 0dfe5972f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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://www.relishapp.com/rspec/rspec-rails/docs/upgrade#file-type-inference-disabled))
RSpec](https://relishapp.com/rspec/rspec-rails/v/4-0/docs/feature-specs/feature-spec))
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.