From 44129aceaf6d26ae52834548072a91f6fc62f74b Mon Sep 17 00:00:00 2001 From: Gabriel Mazetto Date: Sat, 13 May 2017 02:18:57 +0100 Subject: Codestyle --- spec/controllers/admin/hooks_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1