Spec coverage on Settings/ controllers specs (#24221)

This commit is contained in:
Matt Jankowski
2023-04-11 11:35:39 +02:00
committed by GitHub
parent a2a66300d9
commit 36eeb70d53
7 changed files with 205 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
Fabricator(:featured_tag) do
account
tag
name 'Tag'
end