# File lib/rspec/expectations/backward_compatibility.rb, line 5
      def const_missing(name)
        name == :Rspec ? RSpec : super(name)
      end