Method: MSpec.register_exit
- Defined in:
- lib/mspec/runner/mspec.rb
.register_exit(code) ⇒ Object
Stores the exit code used by the runner scripts.
120 121 122 |
# File 'lib/mspec/runner/mspec.rb', line 120 def self.register_exit(code) store :exit, code end |