lib/ggem/template_file/test_helper.rb.erb in ggem-1.1.2 vs lib/ggem/template_file/test_helper.rb.erb in ggem-1.1.3

- old
+ new

@@ -1,3 +1,5 @@ # this file is automatically required in when you require 'assert' in your tests # put test helpers here +# add root dir to the load path +$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))