summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-26 13:46:16 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-26 13:46:16 -0800
commit11756f5f428ba0b1fc72648c7605c2ffdb364677 (patch)
treeece69e6199e9b9fc4f9d19549c486d510dc3e510 /spec/unit
parent8d32dc4a67b03362b04e0a5eda717cb85dff9f27 (diff)
downloadchef-11756f5f428ba0b1fc72648c7605c2ffdb364677.tar.gz
suppress reporter failures by using validate_utf8=falselcg/suppress-reporter-failures
- doesn't turn off the utf8 validation in the rest of the rest API - has to use a different rest object because we have to pass options in the constructor - the handling of Chef::Config in Chef::Client is just awful
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/client_spec.rb b/spec/unit/client_spec.rb
index 3b4d23da6e..c4af8c1ad9 100644
--- a/spec/unit/client_spec.rb
+++ b/spec/unit/client_spec.rb
@@ -2,7 +2,7 @@
# Author:: Adam Jacob (<adam@opscode.com>)
# Author:: Tim Hinderliter (<tim@opscode.com>)
# Author:: Christopher Walters (<cw@opscode.com>)
-# Copyright:: Copyright 2008-2010 Opscode, Inc.
+# Copyright:: Copyright 2008-2016 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");