Skip to content

Commit

Permalink
testing failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Apr 30, 2024
1 parent bd4c6e8 commit 11bd80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/puppet_litmus/rake_tasks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
expect_any_instance_of(Object).to receive(:upload_file).once.and_return([])
expect($stdout).to receive(:puts).with(start_with('Installing \'spec/data/doot.tar.gz\''))
expect_any_instance_of(Object).to receive(:run_command).twice.and_return([])
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\''))
allow_any_instance_of(Object).to receive(:exit)
Rake::Task['litmus:install_modules_from_directory'].invoke('./spec/fixtures/modules')
end
Expand Down

0 comments on commit 11bd80b

Please sign in to comment.