Sha256: 11e45cc34c0968a5296931b84d0ae73cd77ca3ef81c894f22d2edc2231b28324
Contents?: true
Size: 506 Bytes
Versions: 35
Compression:
Stored size: 506 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 paths file", Tracksperanto::Export::SynthEyes.human_name end end
Version data entries
35 entries across 35 versions & 1 rubygems