chore: rename tests
This commit is contained in:
8
tests/main_test.rb
Normal file
8
tests/main_test.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require "minitest/autorun"
|
||||
require_relative "../main"
|
||||
|
||||
class TestMain < Minitest::Test
|
||||
def test_main
|
||||
assert_equal true, true
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user