2011-04-03 23:59:41 +00:00
|
|
|
def Locomotive.configure_for_test
|
|
|
|
Locomotive.configure do |config|
|
|
|
|
config.multi_sites do |multi_sites|
|
|
|
|
multi_sites.domain = 'example.com'
|
|
|
|
multi_sites.reserved_subdomains = %w(www admin email blog webmail mail support help site sites)
|
2010-05-30 23:57:33 +00:00
|
|
|
end
|
2011-04-03 23:59:41 +00:00
|
|
|
config.hosting = :none
|
|
|
|
config.enable_logs = true
|
2010-05-30 23:57:33 +00:00
|
|
|
end
|
2011-04-03 23:59:41 +00:00
|
|
|
end
|