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:
@@ -1,3 +1,6 @@
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
|
||||
require_relative '../../.env'
|
||||
ENV["DB_NAME"] = "test_#{ENV["DB_NAME"]}"
|
||||
require_relative '../../app'
|
||||
|
||||
Reference in New Issue
Block a user