1 2 3 4 5 6
# frozen_string_literal: true Fabricator(:user_invite_request) do user text { Faker::Lorem.sentence } end