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 4f79dbf commit a2ea0deCopy full SHA for a2ea0de
features/system_specs/system_specs.feature
@@ -104,6 +104,6 @@ Feature: System spec
104
end
105
"""
106
When I run `rspec spec/system/widget_system_spec.rb`
107
- Then the exit status should be 0
108
- And the output should contain "1 example, 0 failures"
109
- And the output should not contain "Puma starting"
+ Then the output should contain "1 example, 0 failures"
+ And the output should not contain "starting Puma"
+ And the exit status should be 0
0 commit comments