summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-03-22 15:24:01 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-03-22 15:24:01 +0000
commit0cfdde6921b96c8977fc03ea4e2af207b08c087c (patch)
treef57a8fbd122e2f18a9d97bd469ac043e529f893c /test
parent6690dd485c0ac016950fc720b58d19fd44a6f0c5 (diff)
downloadslop-0cfdde6921b96c8977fc03ea4e2af207b08c087c.tar.gz
dont push lib into load path in test helper
Diffstat (limited to 'test')
-rw-r--r--test/helper.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/helper.rb b/test/helper.rb
index 741d323..d91257a 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,9 +1,6 @@
$VERBOSE = true
-unless Object.const_defined? 'Slop'
- $:.unshift File.expand_path('../../lib', __FILE__)
- require 'slop'
-end
+require 'slop'
require 'minitest/autorun'
require 'stringio'