mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix factories markup
This commit is contained in:
parent
f80d881847
commit
c1214c84f5
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue