forked from fixin.me/fixin.me
Extend all test tasks to run against every configured test db (WIP)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user