From 36eeb70d5315be045a638d77f8ff0a71dce61076 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 11 Apr 2023 11:35:39 +0200 Subject: Spec coverage on Settings/ controllers specs (#24221) --- spec/fabricators/featured_tag_fabricator.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 spec/fabricators/featured_tag_fabricator.rb (limited to 'spec/fabricators') 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 -- cgit