From 9b4b282863c8076bfaa47bc32b837f3892f1c5e3 Mon Sep 17 00:00:00 2001 From: Pavel Forkert Date: Thu, 12 Feb 2015 17:11:41 +0200 Subject: [PATCH] Fix tests on Travis by following Rubocop style guidelines --- providers/container.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/container.rb b/providers/container.rb index 9f8e12ea30..4bd8887992 100644 --- a/providers/container.rb +++ b/providers/container.rb @@ -193,7 +193,7 @@ def cp def create create_args = cli_args( - run_cli_args.reject { |arg, _| arg == 'detach' } + run_cli_args.reject { |arg, _| arg == 'detach' } ) dc = docker_cmd!("create #{create_args} #{new_resource.image} #{new_resource.command}") dc.error!