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:
7
test/integration/single_test_test.rb
Normal file
7
test/integration/single_test_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SingleTestTest < ActionDispatch::IntegrationTest
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user