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-1.7.0 test/export/test_shake_export.rb
tracksperanto-1.6.9 test/export/test_shake_export.rb
tracksperanto-1.6.8 test/export/test_shake_export.rb
tracksperanto-1.6.7 test/export/test_shake_export.rb
tracksperanto-1.6.6 test/export/test_shake_export.rb
tracksperanto-1.6.5 test/export/test_shake_export.rb
tracksperanto-1.6.4 test/export/test_shake_export.rb
tracksperanto-1.6.3 test/export/test_shake_export.rb
tracksperanto-1.6.2 test/export/test_shake_export.rb
tracksperanto-1.6.1 test/export/test_shake_export.rb
tracksperanto-1.6.0 test/export/test_shake_export.rb
tracksperanto-1.5.7 test/export/test_shake_export.rb
tracksperanto-1.5.6 test/export/test_shake_export.rb
tracksperanto-1.5.5 test/export/test_shake_export.rb
tracksperanto-1.5.4 test/export/test_shake_export.rb
tracksperanto-1.5.3 test/export/test_shake_export.rb
tracksperanto-1.5.2 test/export/test_shake_export.rb
tracksperanto-1.5.1 test/export/test_shake_export.rb
tracksperanto-1.5.0 test/export/test_shake_export.rb
tracksperanto-1.4.0 test/export/test_shake_export.rb