Sha256: 561ec62067480da9d275ba0e07bcf1a54d0ee142ab7f4c7c29a16fe1a75c9129
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
require "test_helper" require "capybara/poltergeist" class ApplicationSystemTestCase < ActionDispatch::SystemTestCase if ENV["HEADLESS"] == "true" driven_by :poltergeist else driven_by :selenium, using: :chrome, screen_size: [1400, 1400] end fixtures :all end
Version data entries
3 entries across 3 versions & 1 rubygems