We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4c6e8 commit 11bd80bCopy full SHA for 11bd80b
spec/lib/puppet_litmus/rake_tasks_spec.rb
@@ -93,7 +93,7 @@
93
expect_any_instance_of(Object).to receive(:upload_file).once.and_return([])
94
expect($stdout).to receive(:puts).with(start_with('Installing \'spec/data/doot.tar.gz\''))
95
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\''))
+ expect($stdout).to receive(:puts).with(start_with('Installedsdsdsdsdsdsd \'spec/data/doot.tar.gz\''))
97
allow_any_instance_of(Object).to receive(:exit)
98
Rake::Task['litmus:install_modules_from_directory'].invoke('./spec/fixtures/modules')
99
end
0 commit comments