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 97fb173 + f7623a0 commit 0f5c8c5Copy full SHA for 0f5c8c5
guides/source/testing.md
@@ -1023,7 +1023,7 @@ that the text from the new article's title is on the articles index page.
1023
#### Testing for Multiple Screen Sizes
1024
1025
If you want to test for mobile sizes on top of testing for desktop,
1026
-you can create another class that inherits from SystemTestCase and use in your
+you can create another class that inherits from `ActionDispatch::SystemTestCase` and use it in your
1027
test suite. In this example a file called `mobile_system_test_case.rb` is created
1028
in the `/test` directory with the following configuration.
1029
0 commit comments