diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-12-15 13:54:40 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-12-15 13:54:40 -0800 |
commit | 1ce528e4a36bb6aad6eb03cf94e3cb7af11a2ed1 (patch) | |
tree | aa9c2b82b966afdae8e4f34b88be904f35981aed /spec/functional | |
parent | 1e50b9e35f0135df3cf5ad1fa102849757e1303a (diff) | |
download | chef-1ce528e4a36bb6aad6eb03cf94e3cb7af11a2ed1.tar.gz |
review feedback plus break out helper class
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/functional')
-rw-r--r-- | spec/functional/resource/dnf_package_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/functional/resource/dnf_package_spec.rb b/spec/functional/resource/dnf_package_spec.rb index 549bbad768..a730a8c4b0 100644 --- a/spec/functional/resource/dnf_package_spec.rb +++ b/spec/functional/resource/dnf_package_spec.rb @@ -1,6 +1,5 @@ # -# Author:: Prabhu Das (<prabhu.das@clogeny.com>) -# Copyright:: Copyright 2013-2016, Chef Software Inc. +# Copyright:: Copyright 2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |