# File lib/rspec/core/backward_compatibility.rb, line 4 def const_missing(name) case name when :Rspec, :Spec RSpec.warn_deprecation *****************************************************************DEPRECATION WARNING: you are using a deprecated constant that willbe removed from a future version of RSpec.* #{name} is deprecated.* RSpec is the new top-level module in RSpec-2#{caller(0)[1]}***************************************************************** RSpec else super(name) end end
Generated with the Darkfish Rdoc Generator 2.