code coverage reporting and test for the redirect function #12

Merged
bucky merged 2 commits from add-flash into master 2023-10-03 18:32:12 -07:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit b3d5c70c8b - Show all commits
+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
+8
View File
@@ -65,6 +65,7 @@ GEM
cucumber-messages (21.0.1)
cucumber-tag-expressions (4.1.0)
diff-lcs (1.5.0)
docile (1.4.0)
erubi (1.12.0)
falcon (0.42.3)
async
@@ -138,6 +139,12 @@ GEM
websocket (~> 1.0)
sequel (5.73.0)
bigdecimal
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sqlite3 (1.6.6)
mini_portile2 (~> 2.8.0)
sys-uname (1.2.3)
@@ -161,6 +168,7 @@ DEPENDENCIES
rspec (~> 3.12)
selenium-webdriver (~> 4.13)
sequel (~> 5.72)
simplecov
sqlite3 (~> 1.6)
tilt (~> 2.2)