test/path_helper.rb in ruote-2.1.7 vs test/path_helper.rb in ruote-2.1.8

- old
+ new

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