diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2017-02-21 16:23:49 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2017-02-21 16:23:49 +0100 |
commit | 658b5244356feba2b262e87d8b333c5a46999a5d (patch) | |
tree | 78ab822fb95a562cde03629ddf3e9a56e91b3153 /actionpack/lib | |
parent | 5716c4ddf4e03c75bd50df901a515ac445167a99 (diff) | |
download | rails-658b5244356feba2b262e87d8b333c5a46999a5d.tar.gz rails-658b5244356feba2b262e87d8b333c5a46999a5d.tar.bz2 rails-658b5244356feba2b262e87d8b333c5a46999a5d.zip |
Tiny documentation edits [ci skip]
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/system_test_case.rb | 2 |
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 59faf63ce3..99c2be0a35 100644 --- a/actionpack/lib/action_dispatch/system_test_case.rb +++ b/actionpack/lib/action_dispatch/system_test_case.rb @@ -11,7 +11,7 @@ module ActionDispatch # = System Testing # # System tests let you test applications in the browser. Because system - # tests use a real browser experience you can test all of your JavaScript + # tests use a real browser experience, you can test all of your JavaScript # easily from your test suite. # # To create a system test in your application, extend your test class |