about summary refs log tree commit diff
path: root/spec/fabricators/featured_tag_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/featured_tag_fabricator.rb')
-rw-r--r--spec/fabricators/featured_tag_fabricator.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/fabricators/featured_tag_fabricator.rb b/spec/fabricators/featured_tag_fabricator.rb
deleted file mode 100644
index 25cbdaac0..000000000
--- a/spec/fabricators/featured_tag_fabricator.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-Fabricator(:featured_tag) do
-  account
-  tag
-  statuses_count 1_337
-  last_status_at Time.now.utc
-end