From 63438d9a6aa7c485e3fe2b63ce0c7406eb016c39 Mon Sep 17 00:00:00 2001 From: Leon Berenschot Date: Wed, 8 Nov 2023 08:58:22 +0100 Subject: [PATCH] fix link to RSpec-rails documentation (#81) b/c the relishapp.com domain disappeared --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b2e062..16f7b67 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Goals * designed for testing **complex** html output. If you plan to perform simple matching, consider using: * [assert_select](https://api.rubyonrails.org/classes/ActionDispatch/Assertions/SelectorAssertions.html#method-i-assert_select) - * [matchers provided out of the box in rspec-rails](https://www.relishapp.com/rspec/rspec-rails/v/2-11/docs/view-specs/view-spec) + * [matchers provided out of the box in rspec-rails](https://rspec.info/features/6-0/rspec-rails/view-specs/view-spec/) * [matchers provided by capybara](https://rdoc.info/github/jnicklas/capybara/Capybara/Node/Matchers) * developer-friendly output in error messages * built on top of [nokogiri](https://www.nokogiri.org/)