init rails
This commit is contained in:
parent
4f4ea1cdb7
commit
fcef2c79fe
79 changed files with 1259 additions and 0 deletions
5
test/application_system_test_case.rb
Normal file
5
test/application_system_test_case.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require "test_helper"
|
||||
|
||||
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
||||
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue