Sha256: 28bd6d33b720b47fac6f6f0d62e3e31986b33a33f270736de4a7539952eeb448

Contents?: true

Size: 201 Bytes

Versions: 23

Compression:

Stored size: 201 Bytes

Contents

class NullSystemTestCase
  def self.driven_by(*_)
  end

  def self.setup
  end

  def self.test(_)
    warn 'WARNING: Skipping system test because this version of Rails does not support it!'
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
stripe-rails-1.10.2 test/support/null_system_test_case.rb
stripe-rails-1.10.1 test/support/null_system_test_case.rb
stripe-rails-1.10.0 test/support/null_system_test_case.rb
stripe-rails-1.9.1 test/support/null_system_test_case.rb
stripe-rails-1.9.0 test/support/null_system_test_case.rb
stripe-rails-1.8.2 test/support/null_system_test_case.rb
stripe-rails-1.8.1 test/support/null_system_test_case.rb
stripe-rails-1.8.0 test/support/null_system_test_case.rb
stripe-rails-1.7.2 test/support/null_system_test_case.rb
stripe-rails-1.7.1 test/support/null_system_test_case.rb
stripe-rails-1.7.0 test/support/null_system_test_case.rb
stripe-rails-1.6.1 test/support/null_system_test_case.rb
stripe-rails-1.6.0 test/support/null_system_test_case.rb
stripe-rails-1.5.5 test/support/null_system_test_case.rb
stripe-rails-1.5.4 test/support/null_system_test_case.rb
stripe-rails-1.5.3 test/support/null_system_test_case.rb
stripe-rails-1.5.2 test/support/null_system_test_case.rb
stripe-rails-1.5.1 test/support/null_system_test_case.rb
stripe-rails-1.5.0 test/support/null_system_test_case.rb
stripe-rails-1.4.2 test/support/null_system_test_case.rb