Add new columns

This commit is contained in:
Juan José Mata
2026-02-16 18:52:15 +00:00
parent d783a01e95
commit a17b958585
4 changed files with 166 additions and 47 deletions

View File

@@ -23,6 +23,6 @@ class Admin::UsersControllerTest < ActionDispatch::IntegrationTest
get admin_users_url
assert_response :success
assert_match(/Trial ends:\s*n\/a/, response.body)
assert_match(/n\/a/, response.body, "Page should show n/a for users without trial end date")
end
end