Use existing config access to local_domain
value (#30509)
This commit is contained in:
parent
974335e414
commit
249cbc449c
5 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ describe 'Profile' do
|
|||
|
||||
subject { page }
|
||||
|
||||
let(:local_domain) { ENV['LOCAL_DOMAIN'] }
|
||||
let(:local_domain) { Rails.configuration.x.local_domain }
|
||||
|
||||
before do
|
||||
as_a_logged_in_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue