mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-17 14:19:05 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue