diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-14 17:54:45 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-15 18:03:30 -0700 |
commit | 7cd48994f877a8b90c435b705bd5faec394919c3 (patch) | |
tree | 6124774c53635ecb6875e178eb2688580caf351e /spec/functional | |
parent | ec723254f641b838c9dcd99e22505984aa29ef52 (diff) | |
download | chef-7cd48994f877a8b90c435b705bd5faec394919c3.tar.gz |
chefstyle fix
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/functional')
-rw-r--r-- | spec/functional/resource/yum_package_spec.rb | 2 |
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 aef4fcf562..bb2685c725 100644 --- a/spec/functional/resource/yum_package_spec.rb +++ b/spec/functional/resource/yum_package_spec.rb @@ -892,7 +892,7 @@ gpgcheck=0 end before(:each) do - shell_out("yum versionlock delete '*'") # will exit with error when nothing is locked, we don't care + shell_out("yum versionlock delete '*'") # will exit with error when nothing is locked, we don't care end it "locks an rpm" do |