diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2017-06-03 19:30:59 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2017-06-03 19:30:59 +0530 |
commit | 387b775160988941a7d891a09ebe3ceaca1aed5e (patch) | |
tree | 373f3c1c50bb0525f0e83a0c469bf9c59663db86 | |
parent | d357da68ff06d10bc074f84eb09b4d9144c4136f (diff) | |
download | rails-387b775160988941a7d891a09ebe3ceaca1aed5e.tar.gz rails-387b775160988941a7d891a09ebe3ceaca1aed5e.tar.bz2 rails-387b775160988941a7d891a09ebe3ceaca1aed5e.zip |
[ci skip] Fix typo in the system tests docs
-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 723d912bcd..489222fade 100644 --- a/actionpack/lib/action_dispatch/system_test_case.rb +++ b/actionpack/lib/action_dispatch/system_test_case.rb @@ -69,7 +69,7 @@ module ActionDispatch # +application_system_test_case.rb+ file. In this case you would leave out the +:using+ # option because the driver is headless, but you can still use # +:screen_size+ to change the size of the browser screen, also you can use - # +:options+ to pass options supported by the driver. Please refeer to your + # +:options+ to pass options supported by the driver. Please refer to your # driver documentation to learn about supported options. # # require "test_helper" |