Parent

Methods

Class/Module Index [+]

Quicksearch

Spec::Runner::CommandLine

Public Class Methods

run(tmp_options=Spec::Runner.options) click to toggle source
# File lib/spec/runner/command_line.rb, line 6
def self.run(tmp_options=Spec::Runner.options)
  orig_options = Spec::Runner.options
  Spec::Runner.use tmp_options
  tmp_options.run_examples
ensure
  Spec::Runner.use orig_options
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.