Restrict assert checks to .rb files.
[ruby_koans.git] / koans / test_helper.rb
1 require 'test/unit'
2
3 def __
4   "FILL ME IN"
5 end
6
7 EdgeCase = Test::Unit