Method: MSpecRun#run
- Defined in:
- lib/mspec/commands/mspec-run.rb
#run ⇒ Object
88 89 90 91 92 93 94 95 96 |
# File 'lib/mspec/commands/mspec-run.rb', line 88 def run MSpec.register_mode :no_ruby_bug MSpec. config[:tags_patterns] MSpec.register_files @files MSpec.process exit MSpec.exit_code end |