Skip to content

Commit

Permalink
updating chef client installer
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Singh <[email protected]>
  • Loading branch information
i5pranay93 committed Jan 17, 2022
1 parent c87308f commit 443c8c7
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 all" }
let(:expected_command) { "installp -aXYgd chef-17.9.26-1.powerpc.bff all" }
it "should run the correct install command" do
expect(subject).to receive(:run_command!).with expected_command
subject.install_package("chef-12.0.0-rc.0-1.powerpc.bff")
subject.install_package("chef-17.9.26-1.powerpc.bff")
end

end
Expand Down

0 comments on commit 443c8c7

Please sign in to comment.