class RSpec::Core::Formatters::Loader

def string_const?(str)

def string_const?(str)
  str.is_a?(String) && /\A[A-Z][a-zA-Z0-9_:]*\z/ =~ str
end