Skip to content

Commit

Permalink
[ci skip] Fix typo in the system tests docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki committed Jun 3, 2017
1 parent d357da6 commit 387b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/system_test_case.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 387b775

Please sign in to comment.