summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-27 13:02:09 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-27 13:02:09 -0700
commit92991661079bc69beed868b5c579d5bf4299f62a (patch)
tree43fb1c4451a5f667ceaaadf5051bf5b07f0f03af /spec
parent80a8a5ef7a40b143bd8bb08bf5b94dc975aa0286 (diff)
downloadchef-92991661079bc69beed868b5c579d5bf4299f62a.tar.gz
Chefstyle updates
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/resource/homebrew_update_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/resource/homebrew_update_spec.rb b/spec/unit/resource/homebrew_update_spec.rb
index f9c2e47f5f..3bf39afe9c 100644
--- a/spec/unit/resource/homebrew_update_spec.rb
+++ b/spec/unit/resource/homebrew_update_spec.rb
@@ -10,7 +10,6 @@ describe Chef::Resource::HomebrewUpdate do
let(:stamp_file) { Dir.mktmpdir("apt_update_periodic") }
let(:brew_update_cmd) { %w{homebrew update} }
-
it "sets the default action as :periodic" do
expect(resource.action).to eql([:periodic])
end