diff options
| author | mo <mo@mokhan.ca> | 2018-05-07 13:10:50 -0600 |
|---|---|---|
| committer | mo <mo@mokhan.ca> | 2018-05-07 13:10:50 -0600 |
| commit | f6dc5b1a302351f2fbdc7b24131ec5124b61f61e (patch) | |
| tree | 918487f8e17e56fdbeaad1993a9aebb605ecfc1a /test/test_helper.rb | |
initial commit.
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb new file mode 100644 index 0000000..b396bbd --- /dev/null +++ b/test/test_helper.rb @@ -0,0 +1,4 @@ +$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) +require "net/hippie" + +require "minitest/autorun" |
