test/test_cli.rb in tracksperanto-2.0.1 vs test/test_cli.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 CliTest < Test::Unit::TestCase TEMP_DIR = File.expand_path(File.dirname(__FILE__) + "/tmp") BIN_P = File.expand_path(File.dirname(__FILE__) + "/../bin/tracksperanto") \ No newline at end of file