summaryrefslogtreecommitdiff
path: root/spec/run_oc_pedant.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/run_oc_pedant.rb')
-rw-r--r--spec/run_oc_pedant.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index c0cc01e..562bf6a 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -38,7 +38,9 @@ begin
'--skip-authentication',
'--skip-authorization',
'--skip-omnibus',
- '--skip-usags'
+ '--skip-usags',
+ '--skip-internal_orgs',
+ '--skip-rename_org'
])
result = RSpec::Core::Runner.run(Pedant.config.rspec_args)