Skip to content

Commit 3edcd62

Browse files
committed
Remove accidentally committed specs focus
If anybody sees this commit, I'm very sorry!
1 parent 18d2be0 commit 3edcd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/unit/selenium/webdriver/chrome/driver_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
module Selenium
2323
module WebDriver
2424
module Chrome
25-
fdescribe Driver do
25+
describe Driver do
2626
let(:resp) { {'sessionId' => 'foo', 'value' => Remote::Capabilities.chrome.as_json} }
2727
let(:service) { instance_double(Service, start: true, uri: 'http://example.com') }
2828
let(:caps) { Remote::Capabilities.new }

0 commit comments

Comments
 (0)