test/test_buffer_io.rb in tracksperanto-2.0.1 vs test/test_buffer_io.rb in tracksperanto-2.0.2
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/helper'
+require File.expand_path(File.dirname(__FILE__)) + '/helper'
class TestBufferIO < Test::Unit::TestCase
def test_write_in_mem_has_a_stringio
io = Tracksperanto::BufferIO.new
\ No newline at end of file