Sha256: 85b07ea2c53637424fab186cfab666016ab416dfdd41bbbff6a3dbf90d7efb4d

Contents?: true

Size: 551 Bytes

Versions: 27

Compression:

Stored size: 551 Bytes

Contents

# -*- encoding : utf-8 -*-
require File.expand_path(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

27 entries across 27 versions & 1 rubygems

Version Path
tracksperanto-3.2.2 test/export/test_shake_export.rb
tracksperanto-3.2.1 test/export/test_shake_export.rb
tracksperanto-3.2.0 test/export/test_shake_export.rb
tracksperanto-3.1.0 test/export/test_shake_export.rb
tracksperanto-3.0.1 test/export/test_shake_export.rb
tracksperanto-3.0.0 test/export/test_shake_export.rb
tracksperanto-2.12.0 test/export/test_shake_export.rb