Skip to content

Commit d4fdb8c

Browse files
committed
remove guard
1 parent a52013a commit d4fdb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/child_process_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
module Selenium
2323
module WebDriver
24-
describe ChildProcess, except: [{platform: :windows, reason: 'This is only for Unix platforms'}] do
24+
describe ChildProcess do
2525
it 'does not raise an error when terminating a non-existent process' do
2626
process = described_class.new('sleep', '5')
2727
process.start

0 commit comments

Comments
 (0)