Sha256: 144ed859f35e64bbeb16c86764b09a4b33167604e77a5aa37d7997670396a169

Contents?: true

Size: 491 Bytes

Versions: 6

Compression:

Stored size: 491 Bytes

Contents

require File.expand_path("null_system_test_case", __dir__)
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

6 entries across 6 versions & 1 rubygems

Version Path
stripe-rails-1.2.2 test/support/application_system_test_case.rb
stripe-rails-1.2.1 test/support/application_system_test_case.rb
stripe-rails-1.2.0 test/support/application_system_test_case.rb
stripe-rails-1.1.2 test/support/application_system_test_case.rb
stripe-rails-1.1.1 test/support/application_system_test_case.rb
stripe-rails-1.1.0 test/support/application_system_test_case.rb