Sha256: d413a2f9138365c981875b9a309933bc1ae97feb8f62e1b879754ffde358f562

Contents?: true

Size: 217 Bytes

Versions: 17

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

# Define a bare test case to use with Capybara
class ActiveSupport::IntegrationCase < ActiveSupport::TestCase
  # include Capybara::DSL
  include Rails.application.routes.url_helpers
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
derailed_benchmarks-2.2.1 test/support/integration_case.rb
derailed_benchmarks-2.2.0 test/support/integration_case.rb
derailed_benchmarks-2.1.2 test/support/integration_case.rb
derailed_benchmarks-2.1.1 test/support/integration_case.rb
derailed_benchmarks-2.1.0 test/support/integration_case.rb
derailed_benchmarks-2.0.1 test/support/integration_case.rb
derailed_benchmarks-2.0.0 test/support/integration_case.rb
derailed_benchmarks-1.8.1 test/support/integration_case.rb
derailed_benchmarks-1.8.0 test/support/integration_case.rb
derailed_benchmarks-1.7.0 test/support/integration_case.rb
gitlab-derailed_benchmarks-1.6.1 test/support/integration_case.rb
derailed_benchmarks-1.6.0 test/support/integration_case.rb
derailed_benchmarks-1.5.0 test/support/integration_case.rb
derailed_benchmarks-1.4.3 test/support/integration_case.rb
derailed_benchmarks-1.4.2 test/support/integration_case.rb
derailed_benchmarks-1.4.1 test/support/integration_case.rb
derailed_benchmarks-1.4.0 test/support/integration_case.rb