module RSpec::Core::Pending
def self.const_missing(name)
def self.const_missing(name) return super unless name == :PendingDeclaredInExample RSpec.deprecate("RSpec::Core::PendingDeclaredInExample", :replacement => "RSpec::Core::Pending::SkipDeclaredInExample") SkipDeclaredInExample end