Skip to content

Commit 11bd80b

Browse files
committed
testing failure
1 parent bd4c6e8 commit 11bd80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/puppet_litmus/rake_tasks_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
expect_any_instance_of(Object).to receive(:upload_file).once.and_return([])
9494
expect($stdout).to receive(:puts).with(start_with('Installing \'spec/data/doot.tar.gz\''))
9595
expect_any_instance_of(Object).to receive(:run_command).twice.and_return([])
96-
expect($stdout).to receive(:puts).with(start_with('Installed \'spec/data/doot.tar.gz\''))
96+
expect($stdout).to receive(:puts).with(start_with('Installedsdsdsdsdsdsd \'spec/data/doot.tar.gz\''))
9797
allow_any_instance_of(Object).to receive(:exit)
9898
Rake::Task['litmus:install_modules_from_directory'].invoke('./spec/fixtures/modules')
9999
end

0 commit comments

Comments
 (0)