method

run

1.2.0 - Show latest stable - Class: Spec::Runner
run()
public

No documentation available.

# File lib/spec/runner.rb, line 59
      def run
        return true if options.examples_run?
        options.run_examples
      end