require 'test_helper' class MatchesControllerTest < ActionController::TestCase # setup do # @match = matches(:one) # end test "the truth" do assert true end end