projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added ability to update the base URI in services, resources, and methods.
[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!