Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-11-14 15:57:09 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-11-14 15:57:09 +0300
commit990765edf354a7bbb39d3897780fb85bf8d6fa48 (patch)
treec01cc17db3ab7173ddef60b93f5115db25a46871 /spec/services/ci
parentd945300b8e49c927da8a12ba3a8bac68dbc4b9fc (diff)
Improve name of service that stops CI environments
Diffstat (limited to 'spec/services/ci')
-rw-r--r--spec/services/ci/stop_environments_service_spec.rb (renamed from spec/services/ci/stop_environment_service_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/ci/stop_environment_service_spec.rb b/spec/services/ci/stop_environments_service_spec.rb
index e044b40679a..c3e1af3afe2 100644
--- a/spec/services/ci/stop_environment_service_spec.rb
+++ b/spec/services/ci/stop_environments_service_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe Ci::StopEnvironmentService, services: true do
+describe Ci::StopEnvironmentsService, services: true do
let(:project) { create(:project, :private) }
let(:user) { create(:user) }