X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=moose-class%2Fexercises%2Ft%2F03-basic-attributes.t;fp=moose-class%2Fexercises%2Ft%2F03-basic-attributes.t;h=94e4bb308b5677349d9b5082e51bf711eb4aff22;hb=e95801c6646fa0ed1ecd7b95727821bdee00ebdf;hp=b04182f989d7e27089592d03ecbd09b779942490;hpb=bd5b59203dd4f479c802c4a7df4c8e6885a71448;p=gitmo%2Fmoose-presentations.git diff --git a/moose-class/exercises/t/03-basic-attributes.t b/moose-class/exercises/t/03-basic-attributes.t index b04182f..94e4bb3 100644 --- a/moose-class/exercises/t/03-basic-attributes.t +++ b/moose-class/exercises/t/03-basic-attributes.t @@ -14,7 +14,7 @@ # the first and last name. Use the title's predicate method in the new # full_name method. # -# Go back to the Employee class +# Go back to the Employee class. # # Make the title attribute default to the string 'Worker' for the # Employee class. You can now inherit full_name from the Person class