site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

application_system_test_case.rb (157B)


      1 require "test_helper"
      2 
      3 class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
      4   driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
      5 end