From 7a95a72420f92fdcb79e547eeaa7c4ecad061098 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 7 Nov 2018 10:20:31 -0800 Subject: spelling is a thing Signed-off-by: Lamont Granquist --- spec/functional/resource/yum_package_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/functional/resource/yum_package_spec.rb b/spec/functional/resource/yum_package_spec.rb index abf67b6369..cde193db70 100644 --- a/spec/functional/resource/yum_package_spec.rb +++ b/spec/functional/resource/yum_package_spec.rb @@ -488,7 +488,7 @@ describe Chef::Resource::YumPackage, :requires_root, external: exclude_test do it "is idempotent when the package is already installed and there is a version string" do preinstall("chef_rpm-1.2-1.#{pkg_arch}.rpm") - yum_packger.version "1.2-1" + yum_package.version "1.2-1" yum_package.package_name("#{CHEF_SPEC_ASSETS}/yumrepo/chef_rpm-1.2-1.#{pkg_arch}.rpm") yum_package.run_action(:install) expect(yum_package.updated_by_last_action?).to be false @@ -497,7 +497,7 @@ describe Chef::Resource::YumPackage, :requires_root, external: exclude_test do it "is idempotent when the package is already installed and there is a version string with arch" do preinstall("chef_rpm-1.2-1.#{pkg_arch}.rpm") - yum_packger.version "1.2-1.#{pkg_arch}" + yum_package.version "1.2-1.#{pkg_arch}" yum_package.package_name("#{CHEF_SPEC_ASSETS}/yumrepo/chef_rpm-1.2-1.#{pkg_arch}.rpm") yum_package.run_action(:install) expect(yum_package.updated_by_last_action?).to be false -- cgit v1.2.1