diff --git a/spec/unit/target_host/aix_spec.rb b/spec/unit/target_host/aix_spec.rb index 3bd576c5f..69c605684 100644 --- a/spec/unit/target_host/aix_spec.rb +++ b/spec/unit/target_host/aix_spec.rb @@ -43,7 +43,6 @@ 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") - end end