From: Shawn M Moore Date: Sun, 21 Jun 2009 17:21:35 +0000 (-0400) Subject: Fix role name in the exercise description X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-presentations.git;a=commitdiff_plain;h=b4d2756adf6d2b118c67d7ad9415a502d60d36d2 Fix role name in the exercise description --- diff --git a/moose-class/exercises/t/02-roles.t b/moose-class/exercises/t/02-roles.t index 2d9ba89..4d1fea4 100644 --- a/moose-class/exercises/t/02-roles.t +++ b/moose-class/exercises/t/02-roles.t @@ -7,7 +7,7 @@ # role. Use full_name as the output for the as_string method. The # Employee subclass should still override this output. # -# Implement a role HasMoney. This should provide a read-write +# Implement a role HasAccount. This should provide a read-write # "balance" attribute. It should also implement "deposit" and # "withdraw" methods. Attempting to reduce the cash balance below 0 # via "withdraw" should die with an error that includes the string: