diff options
author | Stephen <stephen@bigsouthernsoftware.com> | 2018-04-18 16:49:20 -0400 |
---|---|---|
committer | Stephen <stephen@bigsouthernsoftware.com> | 2018-04-18 16:49:20 -0400 |
commit | 50182f67e7f782f726da87605a515a25e4913c38 (patch) | |
tree | 20505c497c9e74b692f1a861a1a130faaff0cfcc /guides | |
parent | 185fce159721b331cc9a0ae17b662373ee0fc95f (diff) | |
download | rails-50182f67e7f782f726da87605a515a25e4913c38.tar.gz rails-50182f67e7f782f726da87605a515a25e4913c38.tar.bz2 rails-50182f67e7f782f726da87605a515a25e4913c38.zip |
[ci skip] Fix minor system testing documentation typo.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index b9b310cbba..47a3b26447 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -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. |