1 2 3 4 5 6 7 8 9 10
# frozen_string_literal: true # Read about factories at https://github.com/thoughtbot/factory_bot FactoryBot.define do factory :approval do merge_request user end end