test/helper.rb in undies-1.2.0 vs test/helper.rb in undies-2.0.0
- old
+ new
@@ -1,2 +1,4 @@
-# this file is automatically required in when you require 'test_belt'
-# put test helpers here
+# this file is automatically required in when you require 'assert' in your tests
+
+# add root dir to the load path
+$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))