Skip to content

Commit

Permalink
correcting some test failures
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Singh <[email protected]>
  • Loading branch information
i5pranay93 committed Jan 11, 2022
1 parent 09d4dd3 commit d3a7258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/target_host/aix_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@

context "#install_package" do
context "run the correct pkg run command " do
let(:expected_command) { "installp -aXYgd chef-12.0.0-rc.0-1.powerpc.bff" }
let(:expected_command) { "installp -aXYgd chef-12.0.0-rc.0-1.powerpc.bff all" }
it "should run the correct install command" do
expect(subject).to receive(:run_command!).with expected_command
subject.install_package("/my/chef-12.0.0-rc.0-1.powerpc.bff")
subject.install_package("chef-12.0.0-rc.0-1.powerpc.bff")

end

Expand Down

0 comments on commit d3a7258

Please sign in to comment.