Skip to content

Commit 0f5c8c5

Browse files
Merge pull request rails#48286 from cjilbert504/patch-2
Update documentation to include proper class name formatting and pron… [ci-skip]
2 parents 97fb173 + f7623a0 commit 0f5c8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ that the text from the new article's title is on the articles index page.
10231023
#### Testing for Multiple Screen Sizes
10241024

10251025
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
1026+
you can create another class that inherits from `ActionDispatch::SystemTestCase` and use it in your
10271027
test suite. In this example a file called `mobile_system_test_case.rb` is created
10281028
in the `/test` directory with the following configuration.
10291029

0 commit comments

Comments
 (0)