Fix coding standards in remote spec

This commit is contained in:
Thibault Jouan 2013-08-06 19:43:01 +00:00
parent 9285a951c7
commit 883d4f2e7e

View File

@ -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