Skip to content

Instantly share code, notes, and snippets.

View MattHall's full-sized avatar
🤖

Matt Hall MattHall

🤖
View GitHub Profile
# Support for Rspec / Capybara subdomain integration testing
# Make sure this file is required by spec_helper.rb
#
# Sample subdomain test:
# it "should test subdomain" do
# switch_to_subdomain("mysubdomain")
# visit root_path
# end
DEFAULT_HOST = "lvh.me"