Sha256: bd0c99e570a4c7e47c62880d4b1fa545b5a949cdc597a87dc4d24eb7f2596956
Contents?: true
Size: 496 Bytes
Versions: 2
Compression:
Stored size: 496 Bytes
Contents
require File.expand_path("../null_system_test_case", __FILE__) require "capybara/poltergeist" require 'phantomjs/poltergeist' # For Rails 4 compat SystemTestCaseKlass = defined?(ActionDispatch::SystemTestCase) ? ActionDispatch::SystemTestCase : NullSystemTestCase class ApplicationSystemTestCase < SystemTestCaseKlass # Note: errors only show up with BOTH js_errors: true, inspector: true driven_by :poltergeist, options: { js_errors: true, inspector: true, phantomjs: Phantomjs.path } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stripe-rails-1.0.2 | test/support/application_system_test_case.rb |
stripe-rails-1.0.1 | test/support/application_system_test_case.rb |