added simplecov and a new test

+ simplecov is a test coverage tool to show what code is covered and
  where holes are
+ added newest test to validate that the redirect url works as expected
This commit is contained in:
2023-10-03 18:29:03 -07:00
parent b3d5c70c8b
commit 81b12b5d6f
3 changed files with 22 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
require 'simplecov'
SimpleCov.start
require_relative '../../.env'
ENV["DB_NAME"] = "test_#{ENV["DB_NAME"]}"
require_relative '../../app'