Skip to content

Commit a2ea0de

Browse files
committed
Reorder expectations to be more easily debugable
1 parent 4f79dbf commit a2ea0de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/system_specs/system_specs.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ Feature: System spec
104104
end
105105
"""
106106
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"
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

0 commit comments

Comments
 (0)