Fix role name in the exercise description
Shawn M Moore [Sun, 21 Jun 2009 17:21:35 +0000 (13:21 -0400)]
moose-class/exercises/t/02-roles.t

index 2d9ba89..4d1fea4 100644 (file)
@@ -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: