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
path: root/spec
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-10-14 08:07:58 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-10-14 08:07:58 +0300
commit530f0d71f5d8157df3a469900e2fe0a81c9eaa5a (patch)
tree37ca460a3ba570920ff70628c0c32905e0df9774 /spec
parent127f288afbc454975bee910cee22f330a86c0e1b (diff)
Shut up, Rubocop
Diffstat (limited to 'spec')
-rw-r--r--spec/services/git_push_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/git_push_service_spec.rb b/spec/services/git_push_service_spec.rb
index 93bac384a68..fd72905c331 100644
--- a/spec/services/git_push_service_spec.rb
+++ b/spec/services/git_push_service_spec.rb
@@ -272,4 +272,4 @@ describe GitPushService do
service.execute(project, user, @blankrev, @newrev, new_ref)
end
end
-end \ No newline at end of file
+end