Added a note on how to (optionally) install rake.
[ruby_koans.git] / src / test_helper.rb
1 require 'test/unit'
2
3 def __
4   "FILL ME IN"
5 end
6
7 EdgeCase = Test::Unit