Sha256: dc9d4ebd98664bb68be7d2d8fc20cf5cbe00eafe627861d2c667fbee2bcfda37
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
ruote_lib = File.expand_path(File.dirname(__FILE__) + '/../../ruota/lib') ruote_lib = File.expand_path(File.dirname(__FILE__) + '/../../ruote/lib') \ unless File.exist?(ruote_lib) ruote_dm_lib = File.expand_path(File.dirname(__FILE__) + '/../lib') $:.unshift(ruote_lib) unless $:.include?(ruote_lib) $:.unshift(ruote_dm_lib) unless $:.include?(ruote_dm_lib)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruote-activeresource-2.0.0 | test/path_helper.rb |