summaryrefslogtreecommitdiff
path: root/spec/services/integrations/test/project_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/integrations/test/project_service_spec.rb')
-rw-r--r--spec/services/integrations/test/project_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/integrations/test/project_service_spec.rb b/spec/services/integrations/test/project_service_spec.rb
index fdb43ca345a..dd603765d59 100644
--- a/spec/services/integrations/test/project_service_spec.rb
+++ b/spec/services/integrations/test/project_service_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe Integrations::Test::ProjectService do
+RSpec.describe Integrations::Test::ProjectService do
let(:user) { double('user') }
describe '#execute' do