Fix factories markup

This commit is contained in:
Anton Ignatov 2019-04-28 19:52:30 +02:00
parent f80d881847
commit c1214c84f5

View file

@ -1,7 +1,9 @@
# frozen_string_literal: true
FactoryBot.define do
factory :marvin_js_asset do
team_id 1
description "MyString"
object ""
description 'MyString'
object ''
end
end