mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
7 lines
158 B
Ruby
7 lines
158 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :my_module_group do
|
||
|
name Faker::Name.unique.name
|
||
|
experiment { Experiment.first || create(:experiment_two) }
|
||
|
end
|
||
|
end
|