summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-05-13 02:18:57 +0100
committerGabriel Mazetto <brodock@gmail.com>2017-05-13 02:18:57 +0100
commit44129aceaf6d26ae52834548072a91f6fc62f74b (patch)
tree16006fda2cf0487905097949beb55c3ed7779df3
parentdffeb1a48db1a3becc8e11885fd28c0b5030eed7 (diff)
downloadgitlab-ce-44129aceaf6d26ae52834548072a91f6fc62f74b.tar.gz
Codestyle
-rw-r--r--spec/controllers/admin/hooks_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/admin/hooks_controller_spec.rb b/spec/controllers/admin/hooks_controller_spec.rb
index c0e7246b2ec..1d1070e90f4 100644
--- a/spec/controllers/admin/hooks_controller_spec.rb
+++ b/spec/controllers/admin/hooks_controller_spec.rb
@@ -15,7 +15,7 @@ describe Admin::HooksController do
tag_push_events: true,
repository_update_events: true,
token: "TEST TOKEN",
- url: "http://example.com",
+ url: "http://example.com"
}
post :create, hook: hook_params