From b80a6cd0d3df7c09f34a86167251528a57ea13bf Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 29 Dec 2014 15:51:35 -0800 Subject: Remove pre-4.2 comment about missing `assert_select` [ci skip] --- guides/source/testing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index baae626e1b..4f5e3d18ec 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -690,8 +690,6 @@ Finished in 0.081972s, 12.1993 runs/s, 48.7972 assertions/s. Testing the response to your request by asserting the presence of key HTML elements and their content is a common way to test the views of your application. The `assert_select` method allows you to query HTML elements of the response by using a simple yet powerful syntax. -NOTE: You may find references to `assert_tag` in other documentation. This has been removed in 4.2. Use `assert_select` instead. - There are two forms of `assert_select`: `assert_select(selector, [equality], [message])` ensures that the equality condition is met on the selected elements through the selector. The selector may be a CSS selector expression (String) or an expression with substitution values. -- cgit v1.2.3