module FFaker::Skill

def specialty

def specialty
  format('%s %s', fetch_sample(SPECIALTY_START), fetch_sample(SPECIALTY_END))
end