chore: rename tests

This commit is contained in:
2025-08-27 08:08:27 +02:00
parent f4f904ac3d
commit 189b88e7b1

8
tests/main_test.rb Normal file
View File

@@ -0,0 +1,8 @@
require "minitest/autorun"
require_relative "../main"
class TestMain < Minitest::Test
def test_main
assert_equal true, true
end
end