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