summaryrefslogtreecommitdiff
path: root/spec/migrations/20220331133802_schedule_backfill_topics_title_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/20220331133802_schedule_backfill_topics_title_spec.rb')
-rw-r--r--spec/migrations/20220331133802_schedule_backfill_topics_title_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/20220331133802_schedule_backfill_topics_title_spec.rb b/spec/migrations/20220331133802_schedule_backfill_topics_title_spec.rb
index 13e8c42269b..b26cd9688ae 100644
--- a/spec/migrations/20220331133802_schedule_backfill_topics_title_spec.rb
+++ b/spec/migrations/20220331133802_schedule_backfill_topics_title_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require_migration!
-RSpec.describe ScheduleBackfillTopicsTitle do
+RSpec.describe ScheduleBackfillTopicsTitle, feature_category: :projects do
let(:topics) { table(:topics) }
let!(:topic1) { topics.create!(name: 'topic1') }