class RSpec::Mocks::ConstantMutator::ConstantHider

def rspec_reset

def rspec_reset
  @context.const_set(@const_name, @original_value)
end