summaryrefslogtreecommitdiff
path: root/spec/models/resource_milestone_event_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/resource_milestone_event_spec.rb')
-rw-r--r--spec/models/resource_milestone_event_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/resource_milestone_event_spec.rb b/spec/models/resource_milestone_event_spec.rb
index 11b704ceadf..d237a16da8f 100644
--- a/spec/models/resource_milestone_event_spec.rb
+++ b/spec/models/resource_milestone_event_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe ResourceMilestoneEvent, feature_category: :team_planing, type: :model do
+RSpec.describe ResourceMilestoneEvent, feature_category: :team_planning, type: :model do
it_behaves_like 'a resource event'
it_behaves_like 'a resource event for issues'
it_behaves_like 'a resource event for merge requests'