mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
6 lines
200 B
Ruby
6 lines
200 B
Ruby
FactoryGirl.define do
|
|
factory :mm_repository_row, class: MyModuleRepositoryRow do
|
|
association :repository_row, factory: :repository_row
|
|
association :my_module, factory: :my_module
|
|
end
|
|
end
|