Spec coverage on Settings/ controllers specs (#24221)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user