Skip to content

Commit ff5b2d8

Browse files
committed
rubocop fixes
1 parent 1527e88 commit ff5b2d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/capybara/selenium/driver.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def browser
4545
end
4646
end
4747
processed_options = options.reject { |key, _val| SPECIAL_OPTIONS.include?(key) }
48+
4849
@browser = Selenium::WebDriver.for(options[:browser], processed_options)
4950

5051
specialize_driver

lib/capybara/spec/session/driver_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
Capybara::SpecHelper.spec 'Driver' do
4-
context "freeze_page", requires: %i[freeze js] do
4+
context 'freeze_page', requires: %i[freeze js] do
55
it 'can pause a page' do
66
@session.visit('/with_js')
77
@session.find(:css, '#clickable').click

0 commit comments

Comments
 (0)