add a hint

This commit is contained in:
Chris Kimpton
2011-01-09 09:40:29 +00:00
parent 3ce23a8ee0
commit 71ce393683

View File

@@ -33,7 +33,8 @@ class AboutProxyObjectProject < EdgeCase::Koan
def test_tv_methods_still_perform_their_function
tv = Proxy.new(Television.new)
# HINT Proxy class is defined above, may need tweaking...
tv.channel = 10
tv.power