0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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