@deprecated use RSpec.configure instead.
# File lib/rspec/core/backward_compatibility.rb, line 26 def self.configure(&block) RSpec.deprecate("Spec::Runner.configure", :replacement => "RSpec.configure") RSpec.configure(&block) end
Generated with the Darkfish Rdoc Generator 2.