Module: Speccloak::Helpers
- Included in:
- BranchCoverageChecker, CoverageReporter
- Defined in:
- lib/speccloak/helpers.rb
Instance Method Summary collapse
Instance Method Details
#exit_with_status(message, code = ExitCodes::SUCCESS) ⇒ Object
9 10 11 12 |
# File 'lib/speccloak/helpers.rb', line 9 def exit_with_status(, code = ExitCodes::SUCCESS) log() exit(code) end |
#log(message) ⇒ Object
5 6 7 |
# File 'lib/speccloak/helpers.rb', line 5 def log() puts end |