scinote-web/spec/factories/marvin_js_assets.rb
2019-04-28 19:52:30 +02:00

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