summaryrefslogtreecommitdiff
path: root/spec/services/namespaces/statistics_refresher_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/namespaces/statistics_refresher_service_spec.rb')
-rw-r--r--spec/services/namespaces/statistics_refresher_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/namespaces/statistics_refresher_service_spec.rb b/spec/services/namespaces/statistics_refresher_service_spec.rb
index 1fa0a794edd..d3379e843ec 100644
--- a/spec/services/namespaces/statistics_refresher_service_spec.rb
+++ b/spec/services/namespaces/statistics_refresher_service_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe Namespaces::StatisticsRefresherService, '#execute' do
+RSpec.describe Namespaces::StatisticsRefresherService, '#execute' do
let(:group) { create(:group) }
let(:projects) { create_list(:project, 5, namespace: group) }
let(:service) { described_class.new }