Boxcar -> BOXCAR

This commit is contained in:
Jason Zimdars
2025-10-23 15:05:36 -07:00
parent 2409f6bbbc
commit f5384baf63
27 changed files with 39 additions and 39 deletions
@@ -7,7 +7,7 @@ class ControllerAuthenticationTest < ActionDispatch::IntegrationTest
get cards_path
assert_response :success
assert_dom "p", text: "You don't have any existing Boxcar accounts."
assert_dom "p", text: "You don't have any existing BOXCAR accounts."
end
test "access with an account slug but no session redirects to new session" do