From 50182f67e7f782f726da87605a515a25e4913c38 Mon Sep 17 00:00:00 2001 From: Stephen Date: Wed, 18 Apr 2018 16:49:20 -0400 Subject: [ci skip] Fix minor system testing documentation typo. --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3