scinote-web/spec/factories/marvin_js_assets.rb

10 lines
147 B
Ruby
Raw Normal View History

2019-04-29 01:52:30 +08:00
# frozen_string_literal: true
2019-04-27 04:59:38 +08:00
FactoryBot.define do
factory :marvin_js_asset do
team_id 1
2019-04-29 01:52:30 +08:00
description 'MyString'
object ''
2019-04-27 04:59:38 +08:00
end
end