test/helper.rb in rays-0.1.5 vs test/helper.rb in rays-0.1.6

- old
+ new

@@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- require 'xot/load_path' -Xot::LoadPath.unshift_lib File.expand_path('../../..', __FILE__), :rays +Xot::LoadPath.unshift File.expand_path('../../lib', __FILE__) require 'test/unit' require 'rays'