fix modes factory
This commit is contained in:
parent
eb81be50f9
commit
f396604316
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
FactoryBot.define do
|
||||
factory :mode do
|
||||
label { "MyString" }
|
||||
slug { "MyString" }
|
||||
color { "MyString" }
|
||||
user { nil }
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue