Commit fa5a11f3 authored by Rémy Coutable's avatar Rémy Coutable

Extract EE-specific code from spec/factories/boards.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d67dde2f
# frozen_string_literal: true
FactoryBot.modify do
factory :board do
sequence(:name) { |n| "board#{n}" }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment