Add a unit test
Some checks failed
Gitea Actions Demo / test (push) Failing after 1m20s
Gitea Actions Demo / release-image (push) Has been skipped

This commit is contained in:
2024-07-06 16:06:53 -05:00
parent 5aeb90a18d
commit b0bc1635d3
4 changed files with 44 additions and 0 deletions

View File

@ -17,4 +17,6 @@ group :development do
gem "ruby-lsp"
gem "rubocop"
gem "rbs"
gem "rack-test"
gem "test-unit"
end