Created new stuff

This commit is contained in:
2026-07-27 18:45:09 -06:00
parent 2a4e1c5026
commit 1932ad4f72
13 changed files with 84 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class JointTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class JointsInfoTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class SpecialTestTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end