Nullifying test garbage in last patch

This commit is contained in:
Alec Leamas 2010-12-29 10:46:29 +01:00
parent 8d218e7871
commit 6a90646eaa

View file

@ -6,7 +6,6 @@
require File.expand_path('../application', __FILE__)
Haml::Template.options[:format] = :html5
Haml::Template.options[:escape_html] = true
ActionController::Base.config.relative_url_root = "/daspora"
if File.exists?(File.expand_path("./config/languages.yml"))
languages = YAML::load(File.open(File.expand_path("./config/languages.yml")))
@ -25,7 +24,5 @@ else
LANGUAGE_CODES_MAP = {}
end
#config.action_controller.relative_url_root = "/diaspora"
# Initialize the rails application
Diaspora::Application.initialize!