test/helper.rb in slop-3.3.2 vs test/helper.rb in slop-3.3.3

- old
+ new

@@ -1,4 +1,6 @@ +$VERBOSE = true + unless Object.const_defined? 'Slop' $:.unshift File.expand_path('../../lib', __FILE__) require 'slop' end \ No newline at end of file