spec/spec_helper.rb in quickl-0.2.2 vs spec/spec_helper.rb in quickl-0.3.0

- old
+ new

@@ -1,4 +1,5 @@ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) $LOAD_PATH.unshift File.expand_path('../../spec', __FILE__) +$VERBOSE = true require 'quickl' require 'mini_client'