Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created July 20, 2017 10:06
Show Gist options
  • Save maxehmookau/99c9e1351c143e20fa0e3ab6cada506e to your computer and use it in GitHub Desktop.
Save maxehmookau/99c9e1351c143e20fa0e3ab6cada506e to your computer and use it in GitHub Desktop.
require "test_helper"
require "capybara/poltergeist"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :poltergeist, screen_size: [1400, 1400], options: { js_errors: true }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment