integration tests

This commit is contained in:
Dylan Knutson
2025-07-13 03:13:47 +00:00
parent a9d315d993
commit af97998393
13 changed files with 256 additions and 181 deletions

View File

@@ -6,6 +6,7 @@ source "https://rubygems.org"
gemspec
gem "activerecord", "~> 7.2"
gem "sqlite3", "~> 1.4"
gem "irb"
gem "rake", "~> 13.0"
@@ -16,3 +17,4 @@ gem "bundler-audit", group: :development
gem "sorbet-static-and-runtime"
gem "tapioca", require: false, group: %i[development test]
gem "pry", group: %i[development test]