Method: MSpecTag#run
- Defined in:
- lib/mspec/commands/mspec-tag.rb
#run ⇒ Object
110 111 112 113 114 115 116 |
# File 'lib/mspec/commands/mspec-tag.rb', line 110 def run MSpec. config[:tags_patterns] MSpec.register_files @files MSpec.process exit MSpec.exit_code end |