Sha256: b827a822f4d4846278b382555a7d2c76b8076a83c9a092e0c89bbfe6b5988bd6
Contents?: true
Size: 562 Bytes
Versions: 39
Compression:
Stored size: 562 Bytes
Contents
# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/../helper' class AEExportTest < Test::Unit::TestCase include ParabolicTracks P_LOCATORS = File.dirname(__FILE__) + "/samples/ref_AfterEffects.jsx" def test_export_output_written ensure_same_output Tracksperanto::Export::AE, P_LOCATORS end def test_exporter_meta assert_equal "createNulls.jsx", Tracksperanto::Export::AE.desc_and_extension assert_equal "AfterEffects .jsx script generating null layers", Tracksperanto::Export::AE.human_name end end
Version data entries
39 entries across 39 versions & 1 rubygems