summaryrefslogtreecommitdiff
path: root/spec/unit/provider/service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/service_spec.rb')
-rw-r--r--spec/unit/provider/service_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/provider/service_spec.rb b/spec/unit/provider/service_spec.rb
index 5746bcde89..d775297658 100644
--- a/spec/unit/provider/service_spec.rb
+++ b/spec/unit/provider/service_spec.rb
@@ -49,7 +49,6 @@ describe Chef::Provider::Service do
end
end
-
describe "when disabling the service" do
it "should disable the service if enabled and set the resource as updated" do
allow(@current_resource).to receive(:enabled).and_return(true)