summaryrefslogtreecommitdiff
path: root/spec/finders/cluster_ancestors_finder_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/finders/cluster_ancestors_finder_spec.rb')
-rw-r--r--spec/finders/cluster_ancestors_finder_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/finders/cluster_ancestors_finder_spec.rb b/spec/finders/cluster_ancestors_finder_spec.rb
index 4aedb41d446..ea1dbea4cfe 100644
--- a/spec/finders/cluster_ancestors_finder_spec.rb
+++ b/spec/finders/cluster_ancestors_finder_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe ClusterAncestorsFinder, '#execute' do
+RSpec.describe ClusterAncestorsFinder, '#execute' do
let(:group) { create(:group) }
let(:project) { create(:project, group: group) }
let(:user) { create(:user) }