aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
authorStephen <stephen@bigsouthernsoftware.com>2018-04-18 16:49:20 -0400
committerStephen <stephen@bigsouthernsoftware.com>2018-04-18 16:49:20 -0400
commit50182f67e7f782f726da87605a515a25e4913c38 (patch)
tree20505c497c9e74b692f1a861a1a130faaff0cfcc /guides/source/testing.md
parent185fce159721b331cc9a0ae17b662373ee0fc95f (diff)
downloadrails-50182f67e7f782f726da87605a515a25e4913c38.tar.gz
rails-50182f67e7f782f726da87605a515a25e4913c38.tar.bz2
rails-50182f67e7f782f726da87605a515a25e4913c38.zip
[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.