class RSpec::Core::Configuration

def profile_examples

Other tags:
    Api: - private
def profile_examples
  profile = value_for(:profile_examples, @profile_examples)
  if profile && !profile.is_a?(Integer)
    10
  else
    profile
  end
end