Switch from minitest to rspec

This commit is contained in:
2025-10-07 22:18:22 -07:00
parent 16f851b721
commit 36d462dcbc
16 changed files with 218 additions and 31 deletions

16
bin/rspec Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
#
# This file was generated by Bundler.
#
# The application 'rspec' is installed as part of a gem, and
# this file is here to facilitate running it.
#
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
require "rubygems"
require "bundler/setup"
load Gem.bin_path("rspec-core", "rspec")