summaryrefslogtreecommitdiff
path: root/spec/functional/resource/yum_package_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/resource/yum_package_spec.rb')
-rw-r--r--spec/functional/resource/yum_package_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/yum_package_spec.rb b/spec/functional/resource/yum_package_spec.rb
index f99f03bdf1..680beb8638 100644
--- a/spec/functional/resource/yum_package_spec.rb
+++ b/spec/functional/resource/yum_package_spec.rb
@@ -635,7 +635,7 @@ describe Chef::Resource::YumPackage, :requires_root, external: exclude_test do
# this is a bit tricky -- we need this action to be idempotent, so that it doesn't recycle any
# caches, but need it to hit whatavailable with the repo disabled. using :upgrade like this
# accomplishes both those goals (it would be easier if we had other rpms in this repo, but with
- # one rpm we neeed to do this).
+ # one rpm we need to do this).
preinstall("chef_rpm-1.2-1.#{pkg_arch}.rpm")
yum_package.options("--disablerepo=chef-yum-localtesting")
yum_package.run_action(:upgrade)