Migrate to test::unit. Start moving functionality into HSMR Module and mixin to key and component models to reduce duplication.

This commit is contained in:
Dan Milne
2011-11-24 15:43:47 +11:00
parent 1d899d0b8a
commit 3c620201c6
10 changed files with 289 additions and 71 deletions

4
test/test_helper.rb Normal file
View File

@@ -0,0 +1,4 @@
require "test/unit"
require "./lib/hsmr"
require "./lib/key"
require "./lib/component"