aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-04-19 15:28:27 +0200
committerGitHub <noreply@github.com>2018-04-19 15:28:27 +0200
commit92bb3f6aaaa80fa7add94debbda6373a15f55b64 (patch)
tree818027bd67a2d5b2f96803f72cf6c011d327aaed /guides/source/testing.md
parent1a32e058a3a9b5f2e7b2930e1177de2f23aa8555 (diff)
parent50182f67e7f782f726da87605a515a25e4913c38 (diff)
downloadrails-92bb3f6aaaa80fa7add94debbda6373a15f55b64.tar.gz
rails-92bb3f6aaaa80fa7add94debbda6373a15f55b64.tar.bz2
rails-92bb3f6aaaa80fa7add94debbda6373a15f55b64.zip
Merge pull request #32625 from stephendolan/master
[ci skip] Fix minor system testing documentation typo.
Diffstat (limited to 'guides/source/testing.md')
-rw-r--r--guides/source/testing.md2
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.