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 c547d16 commit ab1282fCopy full SHA for ab1282f
features/step_definitions/additional_cli_steps.rb
@@ -32,11 +32,3 @@
32
pending "Action Cable testing is not available"
33
end
34
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
@@ -106,4 +106,4 @@ Feature: System spec
106
When I run `rspec spec/system/widget_system_spec.rb`
107
Then the output should contain "1 example, 0 failures"
108
And the output should not contain "starting Puma"
109
- And the exit status should be 0 (ignoring CI failure)
+ And the exit status should be 0
0 commit comments