7 lines
No EOL
217 B
Ruby
7 lines
No EOL
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 |