6 lines
117 B
Ruby
6 lines
117 B
Ruby
# frozen_string_literal: true
|
|
require 'test_helper'
|
|
|
|
class AdminControllerTest < ActionDispatch::IntegrationTest
|
|
end
|