init rails

This commit is contained in:
Adrien Waksberg 2018-07-15 15:20:46 +02:00
parent 4f4ea1cdb7
commit fcef2c79fe
79 changed files with 1259 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