Skip to content

Commit 087e568

Browse files
committed
fixing deprecation warning
1 parent 7534fd0 commit 087e568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/should_run_successfully.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module ShouldRunSuccessfully
88
error: STDERR
99
)
1010

11-
result.exit_status.should be_successful
11+
result.exit_code.should be_successful
1212
end
1313

1414
private def be_successful

0 commit comments

Comments
 (0)