1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Test placeholder to run single tests

This commit is contained in:
2016-01-23 05:04:44 +00:00
parent 54f7a68e88
commit 798e14d837

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class SingleTestTest < ActionDispatch::IntegrationTest
test "the truth" do
assert true
end
end