Sha256: 90f6a76623b2953b3f08df924ef2513892aeee5c2321c5734246c6b16cc69954

Contents?: true

Size: 131 Bytes

Versions: 5

Compression:

Stored size: 131 Bytes

Contents

module Goodcheck
  module ExitStatus
    EXIT_SUCCESS = 0
    EXIT_ERROR = 1
    EXIT_MATCH = 2
    EXIT_TEST_FAILED = 3
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
goodcheck-3.1.0 lib/goodcheck/exit_status.rb
goodcheck-3.0.3 lib/goodcheck/exit_status.rb
goodcheck-3.0.2 lib/goodcheck/exit_status.rb
goodcheck-3.0.1 lib/goodcheck/exit_status.rb
goodcheck-3.0.0 lib/goodcheck/exit_status.rb