scinote-web/spec/factories/marvin_js_assets.rb
2019-04-26 22:59:38 +02:00

8 lines
116 B
Ruby

FactoryBot.define do
factory :marvin_js_asset do
team_id 1
description "MyString"
object ""
end
end