test/helper.rb in cap-util-1.0.1 vs test/helper.rb in cap-util-1.1.0

- old
+ new

@@ -1,6 +1,7 @@ # this file is automatically required in when you require 'assert' in your tests # put test helpers here +ENV['CAPUTIL_SILENCE_SAY'] = 'yes' # add root dir to the load path $LOAD_PATH.unshift(File.expand_path("../..", __FILE__)) require 'cap-util'