Module: Spec::Runner
- Defined in:
- lib/tack/adapters/rspec_adapter.rb,
lib/tack/adapters/rspec_adapter.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
9 10 11 |
# File 'lib/tack/adapters/rspec_adapter.rb', line 9 def run return 0 end |