added simplecov for collecting test results

This commit is contained in:
2023-10-03 18:27:29 -07:00
parent 80fae88228
commit b3d5c70c8b
2 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -14,7 +14,7 @@ gem "sqlite3", "~> 1.6"
gem "erubi", "~> 1.12"
group :development do
group :test do
gem "cucumber", "~> 9.0"
@@ -24,4 +24,6 @@ group :development do
gem "selenium-webdriver", "~> 4.13"
gem "simplecov"
end