mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 23:44:55 +08:00
8 lines
116 B
Ruby
8 lines
116 B
Ruby
|
FactoryBot.define do
|
||
|
factory :marvin_js_asset do
|
||
|
team_id 1
|
||
|
description "MyString"
|
||
|
object ""
|
||
|
end
|
||
|
end
|