Sha256: 7c6611a262f489917d5012d008501a095d14d712b10c6b77af17c9c897a4cbf4
Contents?: true
Size: 505 Bytes
Versions: 13
Compression:
Stored size: 505 Bytes
Contents
require File.dirname(__FILE__) + '/../helper' class SynthEyesExportTest < Test::Unit::TestCase include ParabolicTracks P = File.dirname(__FILE__) + "/samples/ref_Syntheyes.txt" def test_export_output_written ensure_same_output Tracksperanto::Export::SynthEyes, P end def test_exporter_meta assert_equal "syntheyes_2dt.txt", Tracksperanto::Export::SynthEyes.desc_and_extension assert_equal "Syntheyes 2D tracker .txt file", Tracksperanto::Export::SynthEyes.human_name end end
Version data entries
13 entries across 13 versions & 1 rubygems