Spec coverage on Settings/ controllers specs (#24221)
This commit is contained in:
parent
a2a66300d9
commit
36eeb70d53
7 changed files with 205 additions and 20 deletions
7
spec/fabricators/featured_tag_fabricator.rb
Normal file
7
spec/fabricators/featured_tag_fabricator.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:featured_tag) do
|
||||
account
|
||||
tag
|
||||
name 'Tag'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue