summaryrefslogtreecommitdiff
path: root/spec/migrations/recount_epic_cache_counts_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/recount_epic_cache_counts_spec.rb')
-rw-r--r--spec/migrations/recount_epic_cache_counts_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/recount_epic_cache_counts_spec.rb b/spec/migrations/recount_epic_cache_counts_spec.rb
index 56aa96cb40c..d065389a726 100644
--- a/spec/migrations/recount_epic_cache_counts_spec.rb
+++ b/spec/migrations/recount_epic_cache_counts_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require_migration!
-RSpec.describe RecountEpicCacheCounts, :migration do
+RSpec.describe RecountEpicCacheCounts, :migration, feature_category: :portfolio_management do
let(:migration) { described_class::MIGRATION }
describe '#up' do