From 5d3abc06c39a366cc4da3cda1725d92809e2f168 Mon Sep 17 00:00:00 2001 From: kenta-s Date: Thu, 2 Mar 2017 13:03:03 +0900 Subject: Fix some grammar in docs [ci skip] --- actionpack/lib/action_dispatch/system_test_case.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_dispatch/system_test_case.rb b/actionpack/lib/action_dispatch/system_test_case.rb index 276e3161bd..59faf63ce3 100644 --- a/actionpack/lib/action_dispatch/system_test_case.rb +++ b/actionpack/lib/action_dispatch/system_test_case.rb @@ -36,7 +36,7 @@ module ActionDispatch # end # end # - # When generating an application or scaffold a +application_system_test_case.rb+ + # When generating an application or scaffold, an +application_system_test_case.rb+ # file will also be generated containing the base class for system testing. # This is where you can change the driver, add Capybara settings, and other # configuration for your system tests. -- cgit v1.2.3