diff --git a/config/environments/test.rb b/config/environments/test.rb index 1aaa3b27a..0a01b0369 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -47,6 +47,4 @@ Diaspora::Application.configure do # This is necessary if your schema can't be completely dumped by the schema dumper, # like if you have constraints or database-specific column types # config.active_record.schema_format = :sql - - config.default_url_options = { :host => AppConfig[:pod_uri].host} end