summaryrefslogtreecommitdiff
path: root/spec/run_oc_pedant.rb
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-11-10 16:24:11 -0800
committerChris Doherty <cdoherty@chef.io>2015-11-10 16:24:11 -0800
commitbf7ecbc1845133d07ca53098f86d2bcb5a97e834 (patch)
tree8d663148cff051a961471826f6ff2efec2a8954b /spec/run_oc_pedant.rb
parent0c475039992d4c0f46e5ae25e9769d344a11d335 (diff)
downloadchef-zero-bf7ecbc1845133d07ca53098f86d2bcb5a97e834.tar.gz
Move search-related config to oc_pedant.rb.
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)