summaryrefslogtreecommitdiff
path: root/spec/unit/provider
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-10-21 09:26:44 -0700
committerGitHub <noreply@github.com>2016-10-21 09:26:44 -0700
commit7c9731027c7f88cef60e90f06b95c1e27b991bdd (patch)
tree2d8445136e515d4aefca96c54571e75394f09bef /spec/unit/provider
parenta504bb2a2b1f24e1a50b84f7e83cc284f443db56 (diff)
parent04431f74a815fa9a9e6bb51291893a536ab3db92 (diff)
downloadchef-7c9731027c7f88cef60e90f06b95c1e27b991bdd.tar.gz
Merge pull request #5476 from tas50/copyrights
Fix copyrights and update a few more Opscode references to Chef
Diffstat (limited to 'spec/unit/provider')
-rw-r--r--spec/unit/provider/remote_file/content_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/remote_file/content_spec.rb b/spec/unit/provider/remote_file/content_spec.rb
index db9a75458d..307eb98187 100644
--- a/spec/unit/provider/remote_file/content_spec.rb
+++ b/spec/unit/provider/remote_file/content_spec.rb
@@ -159,7 +159,7 @@ describe Chef::Provider::RemoteFile::Content do
describe "when there is an array of sources and the first fails" do
- # https://github.com/opscode/chef/pull/1358#issuecomment-40853299
+ # https://github.com/chef/chef/pull/1358#issuecomment-40853299
def create_exception(exception_class)
if [ Net::HTTPServerException, Net::HTTPFatalError ].include? exception_class
exception_class.new("message", { "something" => 1 })