From 883d4f2e7e740ec1ad30a8414a6d9af167256f69 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 6 Aug 2013 19:43:01 +0000 Subject: [PATCH] Fix coding standards in remote spec --- spec/producer/core/remote_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/producer/core/remote_spec.rb b/spec/producer/core/remote_spec.rb index 264f4bd..454f2b3 100644 --- a/spec/producer/core/remote_spec.rb +++ b/spec/producer/core/remote_spec.rb @@ -30,7 +30,7 @@ module Producer::Core end describe '#execute', :ssh do - let(:args) { 'some remote command'} + let(:args) { 'some remote command' } let(:command) { "echo #{args}" } it 'executes the given command in a new channel' do