aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/validate_html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/validate_html.rb b/spec/support/validate_html.rb
index 56f384537..403865c74 100644
--- a/spec/support/validate_html.rb
+++ b/spec/support/validate_html.rb
@@ -20,7 +20,7 @@ end
# Monkeypatch! Validate HTML in tests.
$html_validation_script_found = false
-Configuration::utility_search_path.each do |d|
+AlaveteliConfiguration::utility_search_path.each do |d|
$html_validation_script = File.join(d, "validate")
$html_validation_script_options = ["--charset=utf-8"]
if File.file? $html_validation_script and File.executable? $html_validation_script