Skip to content

Commit

Permalink
fixup! Add host-based routing constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Dec 13, 2023
1 parent 9a028e0 commit f6af1dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/system/home_page_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require "rails_helper"

RSpec.feature "Home Page" do
after do
Capybara.app_host = nil
end

scenario "User visits the claims homepage" do
given_i_am_on_the_claims_site
and_i_am_on_the_start_page
Expand Down

0 comments on commit f6af1dd

Please sign in to comment.