summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2014-11-18 22:16:20 +0000
committerLee Jarvis <ljjarvis@gmail.com>2014-11-18 22:29:15 +0000
commite78399b4841d709ccc02de14c583f92ef8a649ff (patch)
tree012575c9523f7e8ba712d8421f189e0aec5ed65e /test/test_helper.rb
parentc67a27c4b7554cbf66536e5bcebed60ff4cc7feb (diff)
downloadslop-e78399b4841d709ccc02de14c583f92ef8a649ff.tar.gz
Start of rewrite
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb6
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..8a7b470
--- /dev/null
+++ b/test/test_helper.rb
@@ -0,0 +1,6 @@
+$VERBOSE = true
+
+require 'slop'
+
+require 'minitest/autorun'
+require 'stringio'