Sha256: a2868e0881521234deaa473f5588fd329d1012d2b6aec708bd6ab46c11d09329
Contents?: true
Size: 247 Bytes
Versions: 15
Compression:
Stored size: 247 Bytes
Contents
module SubdomainHelpers def within_account_subdomain let(:subdomain_url) { "http://#{account.subdomain}.example.com" } before { Capybara.default_host = subdomain_url } after { Capybara.default_host = "http://example.com" } yield end end
Version data entries
15 entries across 15 versions & 1 rubygems