ref: master
test/functional/admin_controller_test.rb
1 2 3 4 5 6 7 8 9
require_relative '../test_helper' class AdminControllerTest < ActionController::TestCase should 'inherit from ApplicationController' do assert_kind_of ApplicationController, AdminController.new end end