tracks/perl6/exercises/bob/example.yaml in trackler-2.2.1.48 vs tracks/perl6/exercises/bob/example.yaml in trackler-2.2.1.49

- old
+ new

@@ -13,12 +13,10 @@ lib_comment: Look for the module inside the same directory as this test file. plan_comment: This is how many tests we expect to run. use_test_comment: Check that the module can be use-d. version_test_comment: "If the exercise is updated, we want to make sure other people testing\nyour code don't think you've made a mistake if things have changed!" methods_comment: "Check that the class 'Bob' can use all of the methods\nneeded in the tests (only 'hey' for this one)." -exercism_comment: "Don't worry about the stuff in here for your exercise.\nThis is for Exercism folks to check that everything is in order." -done_testing_comment: There are no more tests after this :) -INIT_comment: "'INIT' is a phaser, it makes sure that the test data is available before everything else\nstarts running (otherwise we'd have to shove the test data into the middle of the file!)" +exercism_comment: "Don't worry about the stuff below here for your exercise.\nThis is for Exercism folks to check that everything is in order." unit: class unit_comment: | #`[ Declare class 'Bob' with version and unit-scope the class