X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5a2d2f97cebf9e8442949ba1a36daab13fbc809c..a182820139de22196d7f30e06047a81afc7323f5:/test/integration/user_creation_test.rb diff --git a/test/integration/user_creation_test.rb b/test/integration/user_creation_test.rb index 20ee9a885..fbec2fb93 100644 --- a/test/integration/user_creation_test.rb +++ b/test/integration/user_creation_test.rb @@ -95,7 +95,7 @@ class UserCreationTest < ActionDispatch::IntegrationTest assert_equal register_email.to.first, new_email # Check that the confirm account url is correct - assert_match /#{@url}/, register_email.body.to_s + assert_match(/#{@url}/, register_email.body.to_s) # Check the page assert_response :success