Skip to content

Commit

Permalink
Update generated-tests check
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango committed Jan 1, 2024
1 parent 0ec0e4c commit fb88c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/files/generated-tests.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Exercism::Generator;
bail-out unless $Exercism::Generator::ProblemSpecsDir;
for $base-dir.add('exercises/practice').dir.sort {
if .add('.meta/template-data.yaml') ~~ :f {
is .add("{.basename}.rakutest").slurp,
is .add("t/{.basename}.rakutest").slurp,
Exercism::Generator.new(
:data( load-yaml(~.add('.meta/template-data.yaml').IO.slurp) ),
:exercise(.basename),
Expand Down

0 comments on commit fb88c71

Please sign in to comment.