diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-03 14:52:30 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-03 14:52:30 +1100 |
commit | cbdff06aa95a7987b54c712dc6729e138f608eca (patch) | |
tree | b101dd575c5cab97675c0ac488e68fa6cbd0c4fd /spec/support/validate_html.rb | |
parent | f02881b5bf5cc4d633983100078be2e64b8e6fcc (diff) |
Rename Configuration class to avoid conflict with ActiveSupport::Configurable
Diffstat (limited to 'spec/support/validate_html.rb')
-rw-r--r-- | spec/support/validate_html.rb | 2 |
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 |