Fix coding standards in shell command action spec
This commit is contained in:
parent
8af6d0ec00
commit
ec44d01c36
@ -3,7 +3,7 @@ require 'spec_helper'
|
|||||||
module Producer::Core
|
module Producer::Core
|
||||||
describe Actions::ShellCommand do
|
describe Actions::ShellCommand do
|
||||||
let(:env) { Env.new }
|
let(:env) { Env.new }
|
||||||
let(:command_args) { 'hello from remote host'}
|
let(:command_args) { 'hello from remote host' }
|
||||||
let(:command) { "echo #{command_args}" }
|
let(:command) { "echo #{command_args}" }
|
||||||
subject(:sh) { Actions::ShellCommand.new(env, command) }
|
subject(:sh) { Actions::ShellCommand.new(env, command) }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user