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