summaryrefslogtreecommitdiff
path: root/spec/unit/resource/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/git_spec.rb')
-rw-r--r--spec/unit/resource/git_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/resource/git_spec.rb b/spec/unit/resource/git_spec.rb
index 18d6216287..1770d6bee9 100644
--- a/spec/unit/resource/git_spec.rb
+++ b/spec/unit/resource/git_spec.rb
@@ -20,7 +20,6 @@ require "spec_helper"
require "support/shared/unit/resource/static_provider_resolution"
describe Chef::Resource::Git do
-
static_provider_resolution(
resource: Chef::Resource::Git,
provider: Chef::Provider::Git,
@@ -46,5 +45,4 @@ describe Chef::Resource::Git do
@git.reference "v1.0 tag"
expect(@git.revision).to eql("v1.0 tag")
end
-
end