mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 16:54:52 +00:00
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:
4
test/test_helper.rb
Normal file
4
test/test_helper.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require "test/unit"
|
||||
require "./lib/hsmr"
|
||||
require "./lib/key"
|
||||
require "./lib/component"
|
||||
Reference in New Issue
Block a user