Skip to content

Commit ab1282f

Browse files
benoittgtJonRowe
authored andcommitted
Revert skipping feature test with Selenium driver and wrong exit status
1 parent c547d16 commit ab1282f

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

features/step_definitions/additional_cli_steps.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,3 @@
3232
pending "Action Cable testing is not available"
3333
end
3434
end
35-
36-
Then "the exit status should be 0 (ignoring CI failure)" do
37-
begin
38-
step "the exit status should be 0"
39-
rescue Exception => e # rubocop:disable Lint/RescueException
40-
raise e unless ENV['CI']
41-
end
42-
end

features/system_specs/system_specs.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Feature: System spec
106106
When I run `rspec spec/system/widget_system_spec.rb`
107107
Then the output should contain "1 example, 0 failures"
108108
And the output should not contain "starting Puma"
109-
And the exit status should be 0 (ignoring CI failure)
109+
And the exit status should be 0

0 commit comments

Comments
 (0)