Made gemdir handling into a common function

This commit is contained in:
Judson
2017-06-09 09:04:33 -07:00
parent 0bde4071fc
commit 964d9b7a06
4 changed files with 21 additions and 33 deletions
@@ -4,6 +4,7 @@ let
testLine = report: "${okStr report} ${toString (report.index + 1)} ${report.description}" + testDirective report + testYaml report;
# These are part of the TAP spec, not yet implemented.
testDirective = report: "";
testYaml = report: "";