summaryrefslogtreecommitdiff
path: root/spec/run.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/run.rb')
-rw-r--r--spec/run.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/run.rb b/spec/run.rb
index 66e6811..01dffe9 100644
--- a/spec/run.rb
+++ b/spec/run.rb
@@ -17,7 +17,8 @@ unless ENV['SKIP_PEDANT']
Pedant.setup([
'--skip-validation',
'--skip-authentication',
- '--skip-authorization'
+ '--skip-authorization',
+ '--skip-omnibus'
])
result = RSpec::Core::Runner.run(Pedant.config.rspec_args)