spec/spec_helper.rb in vtools-0.0.3 vs spec/spec_helper.rb in vtools-0.1.0

- old
+ new

@@ -1,6 +1,6 @@ # -*- encoding: binary -*- - + ["..", "../../lib", "../../lib/vtools"].each do |path| dir = File.expand_path(path, __FILE__) $:.unshift dir if dir and not $:.include?(dir) end