mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix minor system testing documentation typo.
This commit is contained in:
parent
185fce1597
commit
50182f67e7
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ System Testing
|
|||
--------------
|
||||
|
||||
System tests allow you to test user interactions with your application, running tests
|
||||
in either a real or a headless browser. System tests uses Capybara under the hood.
|
||||
in either a real or a headless browser. System tests use Capybara under the hood.
|
||||
|
||||
For creating Rails system tests, you use the `test/system` directory in your
|
||||
application. Rails provides a generator to create a system test skeleton for you.
|
||||
|
|
Loading…
Reference in a new issue