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

@@ -24,6 +24,10 @@ namespace :server do
end
namespace :test do
task :unit do
system("rspec")
end
task :rubocop do
system("rubocop src/")
end