We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ea0a76 + c31602b commit 9a9b05aCopy full SHA for 9a9b05a
guides/source/testing.md
@@ -1943,7 +1943,7 @@ object capable of parsing the view partial's rendered content.
1943
1944
To transform the `String` content returned by the `rendered` method into an
1945
object, define a parser by calling
1946
-[`register_parser`](https://apidock.com/rails/v7.1.3.4/ActionView/TestCase/Behavior/ClassMethods/register_parser).
+[`register_parser`](https://api.rubyonrails.org/classes/ActionView/TestCase/Behavior/ClassMethods.html#method-i-register_parser).
1947
Calling `register_parser :rss` defines a `rendered.rss` helper method. For
1948
example, to parse rendered [RSS content][] into an object with `rendered.rss`,
1949
register a call to `RSS::Parser.parse`:
0 commit comments