mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-11 07:48:13 -05:00
10 lines
176 B
Ruby
10 lines
176 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Devise
|
|
class IntegrationTest < ActionDispatch::IntegrationTest
|
|
end
|
|
|
|
class ControllerTestCase < ActionController::TestCase
|
|
end
|
|
end
|