Nullifying test garbage in last patch
This commit is contained in:
parent
8d218e7871
commit
6a90646eaa
1 changed files with 0 additions and 3 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
require File.expand_path('../application', __FILE__)
|
require File.expand_path('../application', __FILE__)
|
||||||
Haml::Template.options[:format] = :html5
|
Haml::Template.options[:format] = :html5
|
||||||
Haml::Template.options[:escape_html] = true
|
Haml::Template.options[:escape_html] = true
|
||||||
ActionController::Base.config.relative_url_root = "/daspora"
|
|
||||||
|
|
||||||
if File.exists?(File.expand_path("./config/languages.yml"))
|
if File.exists?(File.expand_path("./config/languages.yml"))
|
||||||
languages = YAML::load(File.open(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 = {}
|
LANGUAGE_CODES_MAP = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
#config.action_controller.relative_url_root = "/diaspora"
|
|
||||||
|
|
||||||
# Initialize the rails application
|
# Initialize the rails application
|
||||||
Diaspora::Application.initialize!
|
Diaspora::Application.initialize!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue