We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82caee4 commit 360c7b6Copy full SHA for 360c7b6
rb/spec/unit/selenium/webdriver/firefox/service_spec.rb
@@ -81,7 +81,7 @@ module Firefox
81
service = described_class.new
82
ws_index = service.extra_args.index('--websocket-port')
83
port = service.extra_args[ws_index + 1].to_i
84
- expect(port).to be.positive?
+ expect(port).to be_positive
85
end
86
87
context 'with connect existing' do
0 commit comments