We now have rails files. Does do anything yet though.

This commit is contained in:
2023-02-18 13:04:40 +00:00
commit acd14d5b6d
78 changed files with 1398 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
end