mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
7 lines
200 B
Ruby
7 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
|