Move the test suite to minitest 6 (#4)

This commit is contained in:
ajay@krishnan.ca
2026-09-09 12:10:53 -07:00
parent 65a44ca150
commit 47c0370588
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ $LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "opencode-ruby"
require "minitest/autorun"
require "minitest/mock"
require "webmock/minitest"
# Tests run against WebMock-stubbed endpoints; never hit the network.