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:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-03-01 15:56:54 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2017-03-01 15:56:54 +0300
commit44ef6806cab0b4bca3d94f9254fd1c34f350ed72 (patch)
tree95881c8863ba0a8c39cf68bf74278ca5f77c15f4 /spec/workers
parent6db7c232f402b677e9a613161e419141017232b9 (diff)
Fix rubocop offenses
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/stuck_ci_builds_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/stuck_ci_builds_worker_spec.rb b/spec/workers/stuck_ci_builds_worker_spec.rb
index 5b87718a795..82bdc2b14f3 100644
--- a/spec/workers/stuck_ci_builds_worker_spec.rb
+++ b/spec/workers/stuck_ci_builds_worker_spec.rb
@@ -126,4 +126,4 @@ describe StuckCiBuildsWorker do
worker.perform
end
end
-end \ No newline at end of file
+end