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 FactoryBot.define do
factory :marvin_js_asset do factory :marvin_js_asset do
team_id 1 team_id 1
description "MyString" description 'MyString'
object "" object ''
end end
end end