Install changed to upload for clarity. Reviewed-by: Jeff McCune
Signed-off-by: Dan Bode <[email protected]> --- spec/unit/puppet/cloudpack_spec.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/unit/puppet/cloudpack_spec.rb b/spec/unit/puppet/cloudpack_spec.rb index 4f88e87..107dd07 100644 --- a/spec/unit/puppet/cloudpack_spec.rb +++ b/spec/unit/puppet/cloudpack_spec.rb @@ -138,14 +138,14 @@ describe Puppet::CloudPack do {} ) end - it 'should install answer file when specified' do + it 'should upload answer file when specified' do @scp_mock.expects(:upload).with('foo', "/tmp/puppet.answers") @result = subject.upload_payloads( @scp_mock, {:installer_answers => 'foo', :tmp_dir => '/tmp'} ) end - it 'should install installer_payload when specified' do + it 'should upload installer_payload when specified' do @scp_mock.expects(:upload).with('foo', "/tmp/puppet.tar.gz") @result = subject.upload_payloads( @scp_mock, -- 1.7.5.4 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
