diff options
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/featured_tag_fabricator.rb | 7 |
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 |