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:
authorNick Thomas <nick@gitlab.com>2016-08-17 11:46:13 +0300
committerNick Thomas <nick@gitlab.com>2016-08-17 11:46:13 +0300
commit2797cfbf604be698f5b0aaf7178a9aad78d2805b (patch)
tree0134409b5832338c4e082fa4e5e7c7e3752b74e2 /spec/services/issues
parentffd7311d03485f146cef4b915d1f7d71f70d30bb (diff)
Fix a rubocop violation
Diffstat (limited to 'spec/services/issues')
-rw-r--r--spec/services/issues/update_service_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/services/issues/update_service_spec.rb b/spec/services/issues/update_service_spec.rb
index d36937b6c59..0313f424463 100644
--- a/spec/services/issues/update_service_spec.rb
+++ b/spec/services/issues/update_service_spec.rb
@@ -324,6 +324,5 @@ describe Issues::UpdateService, services: true do
let(:mentionable) { issue }
include_examples 'updating mentions', Issues::UpdateService
end
-
end
end