Added some model tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-13 09:57:04 -04:00
parent 3f0efce0d8
commit bd822664b0
7 changed files with 91 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ end
namespace :test do
task :unit do
ENV['RACK_ENV'] = 'testing'
system("rspec")
end