File: integration_case.rb

package info (click to toggle)
ruby-derailed-benchmarks 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 760 kB
  • sloc: ruby: 1,317; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
# 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