summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-08-20 11:53:28 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-08-22 09:20:50 -0700
commit1d24016c8033d4839b3ff07a324672f434868538 (patch)
tree07498560d03dbfdb4099c5fa1c24f9e32af02f8b /spec
parent21d87873e784f97aad21d92eeef9b3a059e16b67 (diff)
downloadchef-zero-1d24016c8033d4839b3ff07a324672f434868538.tar.gz
Get organization endpoint passing oc-chef-pedant
Diffstat (limited to 'spec')
-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)