From 0dfe5972f5e9c1b06bcdf5a34b05aa7fcc4d8da2 Mon Sep 17 00:00:00 2001 From: Pedro Cavalheiro Date: Thu, 28 May 2020 11:29:40 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683815cc..ba8daf74 100644 --- a/README.md +++ b/README.md @@ -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.