Sha256: 663c2dc0ff13313d0bfb8f57341b0b41ee7b9582272dd528888f6067f0a4b4b4

Contents?: true

Size: 513 Bytes

Versions: 31

Compression:

Stored size: 513 Bytes

Contents

# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/../helper'

class RubyExportTest < Test::Unit::TestCase
  include ParabolicTracks
  P = File.dirname(__FILE__) + "/samples/ref_Ruby.rb"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::Ruby, P
  end
  
  def test_exporter_meta
    assert_equal "tracksperanto_ruby.rb", Tracksperanto::Export::Ruby.desc_and_extension
    assert_equal "Bare Ruby code", Tracksperanto::Export::Ruby.human_name
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
tracksperanto-3.2.2 test/export/test_ruby_export.rb
tracksperanto-3.2.1 test/export/test_ruby_export.rb
tracksperanto-3.2.0 test/export/test_ruby_export.rb
tracksperanto-3.1.0 test/export/test_ruby_export.rb
tracksperanto-3.0.1 test/export/test_ruby_export.rb
tracksperanto-3.0.0 test/export/test_ruby_export.rb
tracksperanto-2.12.0 test/export/test_ruby_export.rb
tracksperanto-2.11.3 test/export/test_ruby_export.rb
tracksperanto-2.11.2 test/export/test_ruby_export.rb
tracksperanto-2.11.1 test/export/test_ruby_export.rb
tracksperanto-2.11.0 test/export/test_ruby_export.rb