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