1
0
Fork 0
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:
Stephen 2018-04-18 16:49:20 -04:00
parent 185fce1597
commit 50182f67e7

View file

@ -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.