Module: Spec::Runner
- Defined in:
- lib/hydra/spec/hydra_formatter.rb,
lib/hydra/spec/autorun_override.rb
Defined Under Namespace
Modules: Formatter
Class Method Summary collapse
-
.run ⇒ Object
stop the auto-run at_exit.
Class Method Details
.run ⇒ Object
stop the auto-run at_exit
6 7 8 |
# File 'lib/hydra/spec/autorun_override.rb', line 6 def run return 0 end |