about summary refs log tree commit diff
path: root/spec/fabricators
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-04-11 11:35:39 +0200
committerGitHub <noreply@github.com>2023-04-11 11:35:39 +0200
commit36eeb70d5315be045a638d77f8ff0a71dce61076 (patch)
tree923f26358c714c41fa0b525bba6c5a4036480473 /spec/fabricators
parenta2a66300d99ed53d63a7f065ffbed53d2ce074e3 (diff)
Spec coverage on Settings/ controllers specs (#24221)
Diffstat (limited to 'spec/fabricators')
-rw-r--r--spec/fabricators/featured_tag_fabricator.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fabricators/featured_tag_fabricator.rb b/spec/fabricators/featured_tag_fabricator.rb
new file mode 100644
index 000000000..747d8e36a
--- /dev/null
+++ b/spec/fabricators/featured_tag_fabricator.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+Fabricator(:featured_tag) do
+  account
+  tag
+  name 'Tag'
+end