diff options
author | Gabriel Mazetto <brodock@gmail.com> | 2017-05-13 02:18:57 +0100 |
---|---|---|
committer | Gabriel Mazetto <brodock@gmail.com> | 2017-05-13 02:18:57 +0100 |
commit | 44129aceaf6d26ae52834548072a91f6fc62f74b (patch) | |
tree | 16006fda2cf0487905097949beb55c3ed7779df3 | |
parent | dffeb1a48db1a3becc8e11885fd28c0b5030eed7 (diff) | |
download | gitlab-ce-44129aceaf6d26ae52834548072a91f6fc62f74b.tar.gz |
Codestyle
-rw-r--r-- | spec/controllers/admin/hooks_controller_spec.rb | 2 |
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 |