Added rspec testing. It should work, but doesn't for unknown reasons

This commit is contained in:
Gregory Ballantine
2025-08-12 15:35:46 -04:00
parent e1f5bd3950
commit 260d0d1268
5 changed files with 58 additions and 0 deletions

View File

@@ -17,3 +17,8 @@ group :development, :test do
gem 'rubocop'
gem 'rubocop-sequel'
end
group :test do
gem 'rspec'
gem 'rack-test'
end