# frozen_string_literal: true FactoryBot.define do factory :worker_role do role { "test" } end end