summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package/ips_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/package/ips_spec.rb')
-rw-r--r--spec/unit/provider/package/ips_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/package/ips_spec.rb b/spec/unit/provider/package/ips_spec.rb
index 641a527012..95839dbe89 100644
--- a/spec/unit/provider/package/ips_spec.rb
+++ b/spec/unit/provider/package/ips_spec.rb
@@ -170,7 +170,7 @@ PKG_STATUS
before do
@new_resource.stub!(:accept_license).and_return(true)
end
-
+
it "should run pkg install with the --accept flag" do
@provider.should_receive(:run_command_with_systems_locale).with({
:command => "pkg install -q --accept crypto/gnupg@2.0.17"