File "application_system_test_case.rb"

Full Path: /home/analogde/www/php/integrations/rubyonrails/samples/test/application_system_test_case.rb
File size: 157 bytes
MIME-type: text/x-ruby
Charset: utf-8

require "test_helper"

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