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.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index 01ec4d8..a522998 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -70,11 +70,6 @@ begin
# Pedant::Config.rerun = true
Pedant.config.suite = 'api'
- Pedant.config.internal_server = Pedant::Config.search_server = 'http://localhost:8889'
-
- # see dummy_endpoint.rb.
- Pedant.config.search_commit_url = "/dummy"
- Pedant::Config.search_url_fmt = "/dummy?fq=+X_CHEF_type_CHEF_X:%{type}&q=%{query}&wt=json"
Pedant.config[:config_file] = 'spec/support/oc_pedant.rb'
@@ -96,7 +91,6 @@ begin
'--skip-cookbook-artifacts',
'--skip-containers',
'--skip-api-v1'
-
])
result = RSpec::Core::Runner.run(Pedant.config.rspec_args)