debian-mirror-gitlab/derailed-benchmarks/test/support/integration_case.rb
2019-10-03 14:02:42 +05:30

7 lines
217 B
Ruby

# 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