fix: Article slug auto saves (#5524)

- Auto save article slug
This commit is contained in:
Tejaswini Chile
2022-09-30 19:55:23 +05:30
committed by GitHub
parent 1819041f5a
commit 57fcb79d71
5 changed files with 29 additions and 6 deletions

View File

@@ -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 }