diff --git a/spec/system/consumer/map_spec.rb b/spec/system/consumer/map_spec.rb index b233624358..7cafdbeda6 100644 --- a/spec/system/consumer/map_spec.rb +++ b/spec/system/consumer/map_spec.rb @@ -19,9 +19,10 @@ RSpec.describe 'Map' do context 'map cannot load' do it 'shows alert' do message = accept_alert { visit '/map' } - expect(message).to eq("Unable to load map. - Please check your browser settings - and allow 3rd party cookies for this website.".squish) + expect(message).to eq( + "Unable to load map. Please check your browser " \ + "settings and allow 3rd party cookies for this website." + ) end end end