aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2017-03-07 12:16:06 +0530
committerGitHub <noreply@github.com>2017-03-07 12:16:06 +0530
commit7716b6ed229b4179720c5a1101260e815576824a (patch)
tree82e0707168a29390be88826e4339b4cccf9bba8c
parent26b7f9b47b6fb8357d3c0b48351fc03e610d9d5c (diff)
parent12cadc6f62da270eb7d9cfb010450f4123da75df (diff)
downloadrails-7716b6ed229b4179720c5a1101260e815576824a.tar.gz
rails-7716b6ed229b4179720c5a1101260e815576824a.tar.bz2
rails-7716b6ed229b4179720c5a1101260e815576824a.zip
Merge pull request #28326 from y-yagi/remove_on_option_that_does_not_exist
Remove `:on` option that does ot exist [ci skip]
-rw-r--r--guides/source/testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 3f53ccb242..4caf55ab12 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -658,8 +658,8 @@ end
The driver name is a required argument for `driven_by`. The optional arguments
that can be passed to `driven_by` are `:using` for the browser (this will only
-be used for non-headless drivers like Selenium), `:on` for the port Puma should
-use, and `:screen_size` to change the size of the screen for screenshots.
+be used for non-headless drivers like Selenium), and `:screen_size` to change
+the size of the screen for screenshots.
```ruby
require "test_helper"