summaryrefslogtreecommitdiff
path: root/spec/unit/provider/dsc_script_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/dsc_script_spec.rb')
-rw-r--r--spec/unit/provider/dsc_script_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/unit/provider/dsc_script_spec.rb b/spec/unit/provider/dsc_script_spec.rb
index 0bea0e596d..37150968be 100644
--- a/spec/unit/provider/dsc_script_spec.rb
+++ b/spec/unit/provider/dsc_script_spec.rb
@@ -117,7 +117,7 @@ describe Chef::Provider::DscScript do
it "should not converge if the script is already converged" do
allow(provider).to receive(:run_configuration).with(:test).and_return([])
-
+
provider.run_action(:run)
expect(resource).not_to be_updated
end
@@ -167,8 +167,6 @@ describe Chef::Provider::DscScript do
provider.run_action(:run)
}.to raise_error(Chef::Exceptions::ProviderNotFound)
end
-
end
end
end
-