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:
authorShinya Maeda <shinya@gitlab.com>2018-09-28 08:41:39 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-10-02 18:08:13 +0300
commit54263dc1d9719f871fb2f23ecac4e0cfcabebe77 (patch)
treebe5a3d1fbbdd3344ca387b576990861af6bd387f /spec/workers/ci
parentb5a591d8c2c8fff0136037f6c2a8b635f101e07e (diff)
Fix coding style offence
Diffstat (limited to 'spec/workers/ci')
-rw-r--r--spec/workers/ci/build_schedule_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/ci/build_schedule_worker_spec.rb b/spec/workers/ci/build_schedule_worker_spec.rb
index c76537b9233..4a3fe84d7f7 100644
--- a/spec/workers/ci/build_schedule_worker_spec.rb
+++ b/spec/workers/ci/build_schedule_worker_spec.rb
@@ -10,7 +10,7 @@ describe Ci::BuildScheduleWorker do
it 'executes RunScheduledBuildService' do
expect_any_instance_of(Ci::RunScheduledBuildService)
.to receive(:execute).once
-
+
subject
end
end