Enable hostname config for all system specs (#32109)

This commit is contained in:
Matt Jankowski 2024-10-02 09:56:26 -04:00 committed by Claire
parent 404f467fcf
commit aa46348c03
2 changed files with 6 additions and 4 deletions

View file

@ -7,10 +7,7 @@ RSpec.describe 'Invites' do
let(:user) { Fabricate :user }
before do
host! 'localhost:3000' # TODO: Move into before for all system specs?
sign_in user
end
before { sign_in user }
describe 'Viewing invites' do
it 'Lists existing user invites' do