test/packing_doc_test.rb in packable-1.3.2 vs test/packing_doc_test.rb in packable-1.3.5
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/test_helper'
+require File.expand_path(File.dirname(__FILE__) + '/test_helper')
# Warning: ugly...
class MyHeader < Struct.new(:signature, :nb_blocks)
include Packable
def write_packed(packedio, options)
\ No newline at end of file