From f6dc5b1a302351f2fbdc7b24131ec5124b61f61e Mon Sep 17 00:00:00 2001 From: mo Date: Mon, 7 May 2018 13:10:50 -0600 Subject: initial commit. --- test/test_helper.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/test_helper.rb (limited to 'test/test_helper.rb') 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" -- cgit v1.2.3