module Cutest::Runner

Public Instance Methods

autorun() click to toggle source
# File lib/cutest/runner.rb, line 3
def autorun
  at_exit { reporter.report }
end