added rspec, rack test, and cucumber gems

This commit is contained in:
2023-09-19 12:23:38 -07:00
parent 1652107549
commit a3d7525d9a
3 changed files with 55 additions and 1 deletions
+6
View File
@@ -11,3 +11,9 @@ gem "roda", "~> 3.72"
gem "sequel", "~> 5.72"
gem "tilt", "~> 2.2"
gem "rack-test", "~> 2.1"
gem "rspec", "~> 3.12"
gem "cucumber", "~> 9.0"