aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2017-02-21 10:21:21 +0530
committerGitHub <noreply@github.com>2017-02-21 10:21:21 +0530
commitc1d57d74acf7c3cb06cb3e641111d592a8a174a8 (patch)
treec82e4ede6cc46c0352815fdfd892e8b6b5b8ac5b /actionpack/lib
parent6df558f2ab87c410a26cb20373d88317ed4b510b (diff)
parent5d3abc06c39a366cc4da3cda1725d92809e2f168 (diff)
downloadrails-c1d57d74acf7c3cb06cb3e641111d592a8a174a8.tar.gz
rails-c1d57d74acf7c3cb06cb3e641111d592a8a174a8.tar.bz2
rails-c1d57d74acf7c3cb06cb3e641111d592a8a174a8.zip
Merge pull request #28089 from kenta-s/improve-testing-docs
Fix some grammar in docs [ci skip]
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_dispatch/system_test_case.rb2
1 files changed, 1 insertions, 1 deletions
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.