summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2018-06-14 18:52:07 -0700
committerNoah Kantrowitz <noah@coderanger.net>2018-06-14 18:52:07 -0700
commitc2279033f3cb1134a83e2cc9529351fd4e588f6f (patch)
treec8407d96d5aaaeda19ea3b51674c43fa0ed12598
parent0ab77148a814c2003a94c517b69e909b049aa3cb (diff)
downloadchef-c2279033f3cb1134a83e2cc9529351fd4e588f6f.tar.gz
Bad dev no cookie.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
-rw-r--r--spec/unit/chef_class_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/chef_class_spec.rb b/spec/unit/chef_class_spec.rb
index 1910d90b38..b6d28e7215 100644
--- a/spec/unit/chef_class_spec.rb
+++ b/spec/unit/chef_class_spec.rb
@@ -108,7 +108,7 @@ describe "Chef class" do
end
end
- fdescribe "Deprecation system" do
+ describe "Deprecation system" do
context "with treat_deprecation_warnings_as_errors false" do
before { Chef::Config[:treat_deprecation_warnings_as_errors] = false }