Updated OAuth to actually perform authorization stuff.
[arvados.git] / spec / spec_helper.rb
1 spec_dir = File.expand_path(File.dirname(__FILE__))
2 lib_dir = File.expand_path(File.join(spec_dir, "../lib"))
3
4 $:.unshift(lib_dir)
5 $:.uniq!