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