@@ -3,8 +3,7 @@ FactoryBot.define do
|
||||
account_id { 1 }
|
||||
category_id { 1 }
|
||||
author_id { 1 }
|
||||
title { 'MyString' }
|
||||
slug { 'MyString' }
|
||||
title { Faker::Movie.title }
|
||||
content { 'MyText' }
|
||||
description { 'MyDescrption' }
|
||||
status { 1 }
|
||||
|
||||
Reference in New Issue
Block a user