Method: Spec::Runner.run

Defined in:
lib/spec/runner.rb

.runObject



76
77
78
79
# File 'lib/spec/runner.rb', line 76

def run
  return true if run?
  options.run_examples
end