More tests

Only one user can sign in - until this becomes multiuser
This commit is contained in:
2024-05-14 18:53:34 +01:00
parent ae7846e46e
commit 4c63480a1f
5 changed files with 23 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ require "test_helper"
class VirtualsControllerTest < ActionDispatch::IntegrationTest
setup do
@virtual = virtuals(:one)
@domain = doamins(:one)
end
test "should get index" do