public_controller_test.rb 243 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 require_relative "../test_helper" require 'public_controller' class PublicControllerTest < ActionController::TestCase should 'inherit from ApplicationController' do assert_kind_of ApplicationController, PublicController.new end end