Method: Matcha::Runner::SpecRunner#run
- Defined in:
- lib/matcha/runner.rb
#run ⇒ Object
43 44 45 46 47 48 |
# File 'lib/matcha/runner.rb', line 43 def run io.puts dots io.puts io.puts "\n#{examples.size} examples, #{failed_examples.size} failures" passed? end |