Allow more flexible host/port treatment with LOCAL_DOMAIN values in tests (#35040)
This commit is contained in:
@@ -47,6 +47,10 @@ module DomainHelpers
|
||||
.and_yield(resolver)
|
||||
end
|
||||
|
||||
def local_domain_uri
|
||||
Addressable::URI.parse("//#{Rails.configuration.x.local_domain}")
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def double_mx(exchange)
|
||||
|
||||
Reference in New Issue
Block a user