summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-09-21 18:29:23 -0700
committerTim Smith <tsmith84@gmail.com>2021-09-21 18:30:10 -0700
commit9ab6fd53da4a1f06d5251646df47da7d04417cce (patch)
treeaa189158df62b1e9197f01434e6d2456256fb77f
parentbf967468977da7870b3b665fbfc6cdf6b37db8a2 (diff)
downloadchef-9ab6fd53da4a1f06d5251646df47da7d04417cce.tar.gz
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/resource/archive_file_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/archive_file_spec.rb b/spec/unit/resource/archive_file_spec.rb
index 8fbd4a8ce1..67fb3dc635 100644
--- a/spec/unit/resource/archive_file_spec.rb
+++ b/spec/unit/resource/archive_file_spec.rb
@@ -16,7 +16,7 @@
#
require "spec_helper"
-require 'ffi-libarchive'
+require "ffi-libarchive"
# Excluding this test on Windows until CI issues can be addressed.
describe Chef::Resource::ArchiveFile do