Sha256: 5dde07f70b667f1ee75ba3a38f9b09b6d43fad0a46ee7eda269d702948220b1f

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

#
# testing ruote-couch
#
# Thu Dec 10 11:04:02 JST 2009
#

ruote_lib = File.expand_path(
  File.join(File.dirname(__FILE__), *%w[ .. .. ruote lib ]))
ruote_couch_lib = File.expand_path(
  File.join(File.dirname(__FILE__), *%w[ .. lib ]))

[ ruote_lib, ruote_couch_lib ].each do |lib|
  $:.unshift(lib) unless $:.include?(lib)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruote-couch-2.1.5 test/path_helper.rb
ruote-couch-2.1.4 test/path_helper.rb
ruote-couch-2.1.1 test/path_helper.rb