Sha256: 7e2d160bcef8e3d7c7bdfc69c6b9bfcba74d99990978187e6c875c47472c44ee

Contents?: true

Size: 510 Bytes

Versions: 27

Compression:

Stored size: 510 Bytes

Contents

require File.dirname(__FILE__) + '/../helper'

class MatchmoverExportTest < Test::Unit::TestCase
  include ParabolicTracks
  P = File.dirname(__FILE__) + "/samples/ref_matchmover.rz2"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::MatchMover, P
  end
  
  def test_exporter_meta
    assert_equal "matchmover.rz2", Tracksperanto::Export::MatchMover.desc_and_extension
    assert_equal "Matchmover 2D export .rz2 file", Tracksperanto::Export::MatchMover.human_name
  end
  
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
tracksperanto-1.3.1 test/export/test_match_mover_export.rb
tracksperanto-1.3.0 test/export/test_match_mover_export.rb
tracksperanto-1.2.4 test/export/test_match_mover_export.rb
tracksperanto-1.2.3 test/export/test_match_mover_export.rb
tracksperanto-1.2.2 test/export/test_match_mover_export.rb
tracksperanto-1.2.1 test/export/test_match_mover_export.rb
tracksperanto-1.2.0 test/export/test_match_mover_export.rb