google-api-ruby-client/spec/spec_helper.rb

6 lines
140 B
Ruby

spec_dir = File.expand_path(File.dirname(__FILE__))
lib_dir = File.expand_path(File.join(spec_dir, "../lib"))
$:.unshift(lib_dir)
$:.uniq!