diff options
Diffstat (limited to 'spec/requests/whats_new_controller_spec.rb')
-rw-r--r-- | spec/requests/whats_new_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/whats_new_controller_spec.rb b/spec/requests/whats_new_controller_spec.rb index d4976a2bba3..1e8cb514945 100644 --- a/spec/requests/whats_new_controller_spec.rb +++ b/spec/requests/whats_new_controller_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe WhatsNewController, :clean_gitlab_redis_cache do +RSpec.describe WhatsNewController, :clean_gitlab_redis_cache, feature_category: :navigation do after do ReleaseHighlight.instance_variable_set(:@file_paths, nil) end |