Extend all test tasks to run against every configured test db (WIP)

This commit is contained in:
2026-04-13 00:39:03 +02:00
parent 376640cfd7
commit dd9572689a
6 changed files with 67 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ require "test_helper"
class UsersControllerTest < ActionDispatch::IntegrationTest
setup do
@user = users(:one)
@user = users(:admin)
end
test "should get index" do