summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-07-23 22:37:12 -0600
committerJohn Keiser <jkeiser@opscode.com>2014-08-22 09:20:48 -0700
commit183ce17df5dc011ca6d295321e67ce642786eda5 (patch)
treed4fde5e5dcb5e7dea17b5f82f7a561ae73d9bac5 /spec
parent4aa1fcc4bb967e42a154d9a0a3df759f628195d3 (diff)
downloadchef-zero-183ce17df5dc011ca6d295321e67ce642786eda5.tar.gz
Skip USAG tests, we're seriously not gonna make them
Diffstat (limited to 'spec')
-rw-r--r--spec/run_oc_pedant.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index 4566f58..3eb2641 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -37,7 +37,8 @@ begin
'--skip-validation',
'--skip-authentication',
'--skip-authorization',
- '--skip-omnibus'
+ '--skip-omnibus',
+ '--skip-usags'
])
result = RSpec::Core::Runner.run(Pedant.config.rspec_args)