Skip to content

Commit

Permalink
Merge pull request #28326 from y-yagi/remove_on_option_that_does_not_…
Browse files Browse the repository at this point in the history
…exist

Remove `:on` option that does ot exist [ci skip]
  • Loading branch information
vipulnsward committed Mar 7, 2017
2 parents 26b7f9b + 12cadc6 commit 7716b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/testing.md
Expand Up @@ -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"
Expand Down

0 comments on commit 7716b6e

Please sign in to comment.