require 'test_helper' class TournamentsControllerTest < ActionController::TestCase # setup do # @tournament = tournaments(:one) # end test "the truth" do assert true end end