# frozen_string_literal: true

FactoryBot.define do
  factory :spammy_phrase do
    phrase { "Casino Enlargement" }
  end
end
