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

- old
+ new

@@ -6,9 +6,10 @@ # # 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)