Forward standard error stream from remote execution

This commit is contained in:
Thibault Jouan
2014-07-21 12:45:57 +00:00
parent a033e19583
commit db91eb06cd
14 changed files with 93 additions and 17 deletions

View File

@@ -29,6 +29,12 @@ module Producer::Core
end
end
describe '#error_output' do
it 'returns env error output' do
expect(action.error_output).to be env.error_output
end
end
describe '#remote' do
it 'returns env remote' do
expect(action.remote).to be env.remote