summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-11-12 09:59:04 -0800
committerChris Doherty <cdoherty@chef.io>2015-11-12 09:59:04 -0800
commite01280b38e5f048f89e692f69399b982317cc6ce (patch)
treec34b55953a52a31299a42572ed2abb7e9ea5d5d8
parent0207a056c562ad3bd5ec17f020727df7bc57d6e9 (diff)
downloadchef-zero-e01280b38e5f048f89e692f69399b982317cc6ce.tar.gz
set Pedant::Config.rerun = true for now.
-rw-r--r--spec/run_oc_pedant.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index 8aa4821..405fe0e 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -67,7 +67,7 @@ begin
require 'pedant'
require 'pedant/organization'
- # Pedant::Config.rerun = true
+ Pedant::Config.rerun = true
Pedant.config.suite = 'api'