Sha256: 0bb8984c867bb066ab1b14e81d8c6a91d9f8a458dcf8faaffaf6f6c91bd8f006

Contents?: true

Size: 258 Bytes

Versions: 5

Compression:

Stored size: 258 Bytes

Contents

#
# testing ruote
#
# since Mon Oct  9 22:19:44 JST 2006
#

# making sure the tests see ruote

puts `ruby -v`
puts Time.now.to_s

ruotelib = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
$:.unshift(ruotelib) unless $:.include?(ruotelib)

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ruote-maestrodev-2.2.1 test/path_helper.rb
ruote-2.2.0 test/path_helper.rb
ruote-2.1.11 test/path_helper.rb
ruote-2.1.10 test/path_helper.rb
ruote-2.1.9 test/path_helper.rb