Actions
Defect #44438
openDateCalculationTest is not run by rails test
Resolution:
Affected version:
Description
DateCalculationTest is not executed by `rails test` because its file name does not match the test file loading pattern.
This patch renames the file so that it is detected and executed by `rails test`.
Files
Actions