Method: Matcha::Runner::SpecRunner#run

Defined in:
lib/matcha/runner.rb

#runObject



43
44
45
46
47
48
# File 'lib/matcha/runner.rb', line 43

def run
  io.puts dots
  io.puts failure_messages
  io.puts "\n#{examples.size} examples, #{failed_examples.size} failures"
  passed?
end