require 'test_helper' class MatsControllerTest < ActionController::TestCase # setup do # @mat = mats(:one) # end test "the truth" do assert true end end