Sha256: c1628f4a2e26f0e6aeb19ae3198f67c9a00734006a7824094524bd25e28659fe

Contents?: true

Size: 186 Bytes

Versions: 13

Compression:

Stored size: 186 Bytes

Contents

# 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

13 entries across 13 versions & 1 rubygems

Version Path
derailed_benchmarks-1.3.6 test/support/integration_case.rb
derailed_benchmarks-1.3.5 test/support/integration_case.rb
derailed_benchmarks-1.3.4 test/support/integration_case.rb
derailed_benchmarks-1.3.3 test/support/integration_case.rb
derailed_benchmarks-1.3.2 test/support/integration_case.rb
derailed_benchmarks-1.3.1 test/support/integration_case.rb
derailed_benchmarks-1.3.0 test/support/integration_case.rb
derailed_benchmarks-1.1.3 test/support/integration_case.rb
derailed_benchmarks-1.1.2 test/support/integration_case.rb
derailed_benchmarks-1.1.1 test/support/integration_case.rb
derailed_benchmarks-1.1.0 test/support/integration_case.rb
derailed_benchmarks-1.0.1 test/support/integration_case.rb
derailed_benchmarks-1.0.0 test/support/integration_case.rb