# # testing ruote # # since Mon Oct 9 22:19:44 JST 2006 # # making sure the tests see ruote puts "ruby #{RUBY_VERSION} #{RUBY_PLATFORM}" ruotelib = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')) $:.unshift(ruotelib) unless $:.include?(ruotelib)