Fix coding standards in remote spec
This commit is contained in:
parent
9285a951c7
commit
883d4f2e7e
@ -30,7 +30,7 @@ module Producer::Core
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe '#execute', :ssh do
|
describe '#execute', :ssh do
|
||||||
let(:args) { 'some remote command'}
|
let(:args) { 'some remote command' }
|
||||||
let(:command) { "echo #{args}" }
|
let(:command) { "echo #{args}" }
|
||||||
|
|
||||||
it 'executes the given command in a new channel' do
|
it 'executes the given command in a new channel' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user