summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-12-15 13:54:40 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-12-15 13:54:40 -0800
commit1ce528e4a36bb6aad6eb03cf94e3cb7af11a2ed1 (patch)
treeaa9c2b82b966afdae8e4f34b88be904f35981aed /spec
parent1e50b9e35f0135df3cf5ad1fa102849757e1303a (diff)
downloadchef-1ce528e4a36bb6aad6eb03cf94e3cb7af11a2ed1.tar.gz
review feedback plus break out helper class
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec')
-rw-r--r--spec/functional/resource/dnf_package_spec.rb3
-rw-r--r--spec/unit/resource/dnf_package_spec.rb3
2 files changed, 2 insertions, 4 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");
diff --git a/spec/unit/resource/dnf_package_spec.rb b/spec/unit/resource/dnf_package_spec.rb
index f5d3a64f67..0cc673d897 100644
--- a/spec/unit/resource/dnf_package_spec.rb
+++ b/spec/unit/resource/dnf_package_spec.rb
@@ -1,6 +1,5 @@
#
-# Author:: AJ Christensen (<aj@chef.io>)
-# Copyright:: Copyright 2008-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");