Commit 7c6f301b 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 a0f7c7a8
FactoryBot.modify do
factory :board do
sequence(:name) { |n| "board#{n}" }
end
end
FactoryBot.define do
factory :board do
sequence(:name) { |n| "board#{n}" }
transient do
project nil
group nil
......
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