1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove :on option that does ot exist [ci skip]

That option was removed in 0a683085b1
This commit is contained in:
yuuji.yaginuma 2017-03-07 15:40:52 +09:00
parent ef4dfcc3b3
commit 12cadc6f62

View file

@ -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"