Skip to content

Commit 5415d3a

Browse files
committed
Remove "proc to update web drivers." [ci-skip]
Follow-up to rails#48847. This was originally "The webdrivers gem uses this proc to update web drivers.".
1 parent 7b8eadb commit 5415d3a

File tree

1 file changed

+3
-4
lines changed
  • actionpack/lib/action_dispatch/system_testing

1 file changed

+3
-4
lines changed

actionpack/lib/action_dispatch/system_testing/browser.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ def configure
2626
yield options if block_given? && options
2727
end
2828

29-
# driver_path can be configured as a proc.
30-
# proc to update web drivers. Running this proc early allows us to only
31-
# update the webdriver once and avoid race conditions when using
32-
# parallel tests.
29+
# driver_path can be configured as a proc. Running this proc early allows
30+
# us to only update the webdriver once and avoid race conditions when
31+
# using parallel tests.
3332
def preload
3433
case type
3534
when :chrome

0 commit comments

Comments
 (0)