Methods

Class/Module Index [+]

Quicksearch

RSpec::Runner

Public Class Methods

configure(&block) click to toggle source
# File lib/rspec/core/backward_compatibility.rb, line 32
def self.configure(&block)
  RSpec.deprecate("Spec::Runner.configure", "RSpec.configure")
  RSpec.configure(&block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.