test/export/test_nuke_export.rb in tracksperanto-2.8.6 vs test/export/test_nuke_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 NukeExportTest < Test::Unit::TestCase include ParabolicTracks TEST_FILE = File.dirname(__FILE__) + "/samples/ref_NukeScript.nk" @@ -40,6 +41,6 @@ x.start_export(1080, 720) x.end_export assert_equal PREAMBLE, o.string.strip end -end \ No newline at end of file +end