class Cucumber::Cli::ProfileLoader

def has_profile?(profile)

def has_profile?(profile)
  cucumber_yml.has_key?(profile)
end