summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2018-03-21 01:23:59 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2018-03-28 13:58:34 +0200
commit9ccde9cc1f1ccb70cc455686a5c7aed94adb8876 (patch)
tree3a271ed296034704e15d2a97b0b7188f8797a161
parenta1cd3390e550c0008e83146e8627fdee3f58e422 (diff)
downloadgitlab-ce-9ccde9cc1f1ccb70cc455686a5c7aed94adb8876.tar.gz
Fix style problem in spec/requests/api/runners_spec.rb
-rw-r--r--spec/requests/api/runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/runners_spec.rb b/spec/requests/api/runners_spec.rb
index 247e8795ed4..d30f0cf36e2 100644
--- a/spec/requests/api/runners_spec.rb
+++ b/spec/requests/api/runners_spec.rb
@@ -194,7 +194,7 @@ describe API::Runners do
run_untagged: 'false',
locked: 'true',
access_level: 'ref_protected',
- maximum_timeout: 1234 )
+ maximum_timeout: 1234)
shared_runner.reload
expect(response).to have_gitlab_http_status(200)