features: look for lack of "EXIT STATUS: 0" for non-zero exit status
This commit is contained in:
parent
2adb70a247
commit
e9c5c45651
|
@ -246,5 +246,5 @@ end
|
|||
#
|
||||
|
||||
Then %r{^I should get a non-zero exit(?:\-| )status$} do
|
||||
expect(jekyll_run_status.to_i).to be > 0
|
||||
expect(jekyll_run_status.to_i).not_to match(%r{EXIT STATUS: 0})
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue