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:
parent
ef4dfcc3b3
commit
12cadc6f62
1 changed files with 2 additions and 2 deletions
|
@ -658,8 +658,8 @@ end
|
||||||
|
|
||||||
The driver name is a required argument for `driven_by`. The optional arguments
|
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
|
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
|
be used for non-headless drivers like Selenium), and `:screen_size` to change
|
||||||
use, and `:screen_size` to change the size of the screen for screenshots.
|
the size of the screen for screenshots.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
require "test_helper"
|
require "test_helper"
|
||||||
|
|
Loading…
Reference in a new issue