awesome-compose/rails-postgres/app/test/application_system_test_case.rb
Alex Koch bbad983a6e
Add sample rails + postgresql application
Signed-off-by: Alex Koch <alex@esparklearning.com>
2022-09-16 11:05:27 -05:00

6 lines
157 B
Ruby

require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
end