Sha256: 5a9e864fb45ae277703fea9d5f18f2ce801e238892658fea2629ee45d870046a

Contents?: true

Size: 505 Bytes

Versions: 48

Compression:

Stored size: 505 Bytes

Contents

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

class ShakeTextExportTest < Test::Unit::TestCase
  include ParabolicTracks
  P = File.dirname(__FILE__) + "/samples/ref_ShakeText.txt"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::ShakeText, P
  end
  
  def test_exporter_meta
    assert_equal "shake_trackers.txt", Tracksperanto::Export::ShakeText.desc_and_extension
    assert_equal "Shake trackers in a .txt file", Tracksperanto::Export::ShakeText.human_name
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
tracksperanto-2.0.1 test/export/test_shake_export.rb
tracksperanto-2.0.0 test/export/test_shake_export.rb
tracksperanto-1.9.9 test/export/test_shake_export.rb
tracksperanto-1.9.8 test/export/test_shake_export.rb
tracksperanto-1.9.6 test/export/test_shake_export.rb
tracksperanto-1.9.5 test/export/test_shake_export.rb
tracksperanto-1.9.4 test/export/test_shake_export.rb
tracksperanto-1.9.3 test/export/test_shake_export.rb
tracksperanto-1.9.2 test/export/test_shake_export.rb
tracksperanto-1.9.1 test/export/test_shake_export.rb
tracksperanto-1.9.0 test/export/test_shake_export.rb
tracksperanto-1.8.4 test/export/test_shake_export.rb
tracksperanto-1.8.2 test/export/test_shake_export.rb
tracksperanto-1.8.1 test/export/test_shake_export.rb
tracksperanto-1.8.0 test/export/test_shake_export.rb
tracksperanto-1.7.5 test/export/test_shake_export.rb
tracksperanto-1.7.4 test/export/test_shake_export.rb
tracksperanto-1.7.3 test/export/test_shake_export.rb
tracksperanto-1.7.2 test/export/test_shake_export.rb
tracksperanto-1.7.1 test/export/test_shake_export.rb