Sha256: a6d3ae5761b2c51545bb7266041e6f2f0bc78186d5af5710a8f511b76f61f9df
Contents?: true
Size: 596 Bytes
Versions: 3
Compression:
Stored size: 596 Bytes
Contents
require File.expand_path(File.dirname(__FILE__)) + '/../helper' class MayaLiveExportTest < Test::Unit::TestCase include ParabolicTracks P_STD_ASPECT = File.dirname(__FILE__) + "/samples/ref_Mayalive.txt" P_CUSTOM_ASPECT = File.dirname(__FILE__) + "/samples/ref_Mayalive_CustomAspect.txt" def test_export_output_written ensure_same_output Tracksperanto::Export::MayaLive, P_STD_ASPECT end def test_export_output_written_for_custom_aspect ensure_same_output(Tracksperanto::Export::MayaLive, P_CUSTOM_ASPECT) do | exporter | exporter.aspect = 1.78 end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tracksperanto-4.1.2 | test/export/test_maya_live_export.rb |
tracksperanto-4.1.0 | test/export/test_maya_live_export.rb |
tracksperanto-4.0.0 | test/export/test_maya_live_export.rb |