test/export/test_pftrack5_export.rb in tracksperanto-2.8.6 vs test/export/test_pftrack5_export.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/../helper' class PFTrack5ExportTest < Test::Unit::TestCase include ParabolicTracks @@ -14,6 +15,6 @@ P = File.dirname(__FILE__) + "/samples/ref_PFTrack5.2dt" def test_export_output_written ensure_same_output Tracksperanto::Export::PFTrack5, P end -end \ No newline at end of file +end