Make open source
This commit is contained in:
6
test/application_system_test_case.rb
Normal file
6
test/application_system_test_case.rb
Normal file
@ -0,0 +1,6 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
||||
# driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
|
||||
driven_by :rack_test
|
||||
end
|
Reference in New Issue
Block a user