Move the test suite to minitest 6 (#4)

This commit is contained in:
ajay@krishnan.ca
2026-09-09 12:10:58 -07:00
parent 9937e45f5e
commit 8d3e7591e1
3 changed files with 6 additions and 1 deletions

View File

@@ -4,3 +4,4 @@ $LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "opencode-rails"
require "minitest/autorun"
require "minitest/mock"