lib/goodcheck/exit_status.rb in goodcheck-2.7.0 vs lib/goodcheck/exit_status.rb in goodcheck-3.0.0

- old
+ new

@@ -1,6 +1,8 @@ module Goodcheck module ExitStatus EXIT_SUCCESS = 0 EXIT_ERROR = 1 + EXIT_MATCH = 2 + EXIT_TEST_FAILED = 3 end end