diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/run_oc_pedant.rb | 2 |
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' |