class Rspec::Core::Runner
def run(args = [])
def run(args = []) configure(args) reporter.report(example_count) do |reporter| example_groups.run_all(reporter) end example_groups.success? end
def run(args = []) configure(args) reporter.report(example_count) do |reporter| example_groups.run_all(reporter) end example_groups.success? end