Switch to RSpec
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m21s
Gitea Actions Demo / test (push) Successful in 1m17s
Gitea Actions Demo / release-image (push) Successful in 59s

This commit is contained in:
2024-07-07 20:14:02 -05:00
parent 3b5e0f5c71
commit ca7d22374d
5 changed files with 38 additions and 25 deletions

View File

@ -18,6 +18,6 @@ group :development do
gem "rubocop"
gem "rbs"
gem "rack-test"
gem "test-unit"
gem "rspec"
gem "standard"
end