Switch to RSpec

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