scinote-web/spec/factories/marvin_js_assets.rb

8 lines
116 B
Ruby
Raw Normal View History

2019-04-27 04:59:38 +08:00
FactoryBot.define do
factory :marvin_js_asset do
team_id 1
description "MyString"
object ""
end
end