diff options
author | John Keiser <jkeiser@opscode.com> | 2014-08-20 11:53:28 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-08-22 09:20:50 -0700 |
commit | 1d24016c8033d4839b3ff07a324672f434868538 (patch) | |
tree | 07498560d03dbfdb4099c5fa1c24f9e32af02f8b /spec | |
parent | 21d87873e784f97aad21d92eeef9b3a059e16b67 (diff) | |
download | chef-zero-1d24016c8033d4839b3ff07a324672f434868538.tar.gz |
Get organization endpoint passing oc-chef-pedant
Diffstat (limited to 'spec')
-rw-r--r-- | spec/run_oc_pedant.rb | 4 |
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) |