1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-01 03:55:44 +00:00
Files
wrestlingdev.com/test/controllers/mats_controller_test.rb

12 lines
173 B
Ruby

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