mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
12 lines
194 B
Ruby
12 lines
194 B
Ruby
require 'test_helper'
|
|
|
|
class TournamentsControllerTest < ActionController::TestCase
|
|
# setup do
|
|
# @tournament = tournaments(:one)
|
|
# end
|
|
|
|
test "the truth" do
|
|
assert true
|
|
end
|
|
end
|