require 'test_helper' class WrestlersControllerTest < ActionController::TestCase # setup do # @wrestler = wrestlers(:one) # end test "the truth" do assert true end end