Files
devise/test/support/http_method_compatibility.rb
2023-10-12 16:52:01 -03:00

10 lines
176 B
Ruby

# frozen_string_literal: true
module Devise
class IntegrationTest < ActionDispatch::IntegrationTest
end
class ControllerTestCase < ActionController::TestCase
end
end