summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-07-24 16:21:46 -0700
committerPete Higgins <pete@peterhiggins.org>2020-07-24 16:21:46 -0700
commit436da53ad05567f00f833e7988a4afdb54ef515f (patch)
treeb2d27f120916bcc3cd88df9184817af43db67020 /spec/unit
parent06e34d0d9cf2d0ad0e1dcae57c564ff8f623beb0 (diff)
downloadchef-436da53ad05567f00f833e7988a4afdb54ef515f.tar.gz
Remove unnecessary check for `diff`.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/util/diff_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/diff_spec.rb b/spec/unit/util/diff_spec.rb
index 6ff2c0c6da..d1440dbaaa 100644
--- a/spec/unit/util/diff_spec.rb
+++ b/spec/unit/util/diff_spec.rb
@@ -532,7 +532,7 @@ shared_examples_for "a diff util" do
end
-describe Chef::Util::Diff, uses_diff: true do
+describe Chef::Util::Diff do
let!(:old_file) { old_tempfile.path }
let!(:new_file) { new_tempfile.path }