require 'test_helper' class SchoolsControllerTest < ActionController::TestCase # setup do # @school = schools(:one) # end test "the truth" do assert true end end