# frozen_string_literal: true FactoryBot.define do factory :group do number { 0 } stage end end