diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-22 14:41:06 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-22 14:41:06 -0700 |
| commit | 55c6b27396a2a9d68cdfebe871159ed20b4cea17 (patch) | |
| tree | 31eb0008cbc2249d93468bdd539e2e3f85fbcf8a /test/test_helper.rb | |
initial commitv0.1.0
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb new file mode 100644 index 0000000..4bcd97a --- /dev/null +++ b/test/test_helper.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +$LOAD_PATH.unshift File.expand_path("../lib", __dir__) +require "straw" + +require "minitest/autorun" |
