test/import/test_flame_import.rb in tracksperanto-2.8.6 vs test/import/test_flame_import.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/../helper'
class FlameImportTest < Test::Unit::TestCase
DELTA = 0.1
@@ -106,6 +107,6 @@
trackers = Tracksperanto::Import::FlameStabilizer.new(:io => fixture).to_a
assert_equal "top_left", trackers[0].name
assert_equal "bottom_right", trackers[-1].name
end
-end
\ No newline at end of file
+end