Merge pull request #25 from kimptoc/master

Some minor tweaks
This commit is contained in:
Matt Darby
2011-06-02 15:28:50 -07:00
2 changed files with 3 additions and 1 deletions

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