# File lib/rspec/core.rb, line 33 def self.configuration RSpec.deprecate('RSpec::Core.configuration', 'RSpec.configuration', '2.0.0') RSpec.configuration end
# File lib/rspec/core.rb, line 38 def self.configure RSpec.deprecate('RSpec::Core.configure', 'RSpec.configure', '2.0.0') yield RSpec.configuration if block_given? end
Generated with the Darkfish Rdoc Generator 2.