diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-20 18:10:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-20 18:10:05 +0000 |
commit | cc4e1c884cd6b8782fb6a247d840a2d1c7f4603e (patch) | |
tree | 8a54c659b82873efafe04887708140785caea153 /spec/models/event_spec.rb | |
parent | 709948b7a69597b1efe24df9b0f388cc0b493dd9 (diff) | |
download | gitlab-ce-cc4e1c884cd6b8782fb6a247d840a2d1c7f4603e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/event_spec.rb')
-rw-r--r-- | spec/models/event_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/event_spec.rb b/spec/models/event_spec.rb index f170eeb5841..931d12b7109 100644 --- a/spec/models/event_spec.rb +++ b/spec/models/event_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe Event, feature_category: :users do +RSpec.describe Event, feature_category: :user_profile do let_it_be_with_reload(:project) { create(:project) } describe "Associations" do |