summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/fail_spec.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-01-13 10:01:43 -0800
committerTim Smith <tsmith84@gmail.com>2016-01-13 10:18:26 -0800
commit03befb60127e10057d864b50844ae6d243e18bc3 (patch)
treec550885ac3a3851979148264ecc930b7fe3b97a4 /spec/unit/plugins/fail_spec.rb
parent922c1b31b94cf9019c94d135e95c8ada3003bcae (diff)
downloadohai-03befb60127e10057d864b50844ae6d243e18bc3.tar.gz
Update e-mails and copyrights
Opscode -> Chef Sofware Inc. and bring all copyrights to current. End the needed to keep editing these on every commit. Lets just get it over with.
Diffstat (limited to 'spec/unit/plugins/fail_spec.rb')
-rw-r--r--spec/unit/plugins/fail_spec.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/unit/plugins/fail_spec.rb b/spec/unit/plugins/fail_spec.rb
index 10019f81..19bfa71c 100644
--- a/spec/unit/plugins/fail_spec.rb
+++ b/spec/unit/plugins/fail_spec.rb
@@ -1,15 +1,15 @@
#
# Author:: Toomas Pelberg (toomas.pelberg@playtech.com>)
-# Author:: Claire McQuin (claire@opscode.com)
-# Copyright:: Copyright (c) 2011, 2013 Opscode, Inc.
+# Author:: Claire McQuin (claire@chef.io)
+# Copyright:: Copyright (c) 2011, 2013-2016 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -241,7 +241,7 @@ end
describe "when using nonexistent DSL commands in Ohai.plugin block" do
failstr = "Ohai.plugin do\n\tcreates \"fail\"\nend\n"
-
+
it_behaves_like "a v7 loading failure" do
let(:failstr) { failstr }
end
@@ -266,7 +266,7 @@ Ohai.plugin do
end
end
EOF
-
+
it_behaves_like "a v7 loading success" do
let(:failstr) { failstr1 }
end