Removing transport and OAuth code that is no longer needed.
[arvados.git] / spec / spec_helper.rb
1 spec_dir = File.expand_path("..", __FILE__)
2 lib_dir = File.expand_path("../lib", spec_dir)
3
4 $LOAD_PATH.unshift(lib_dir)
5 $LOAD_PATH.uniq!