Sha256: 41c385cdeb67e1c63977f306e33a14cd9d35fe90d057a876ac5c3e08076411ba

Contents?: true

Size: 572 Bytes

Versions: 11

Compression:

Stored size: 572 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
    create_reference_output Tracksperanto::Export::Ruby, P
    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

11 entries across 11 versions & 1 rubygems

Version Path
tracksperanto-2.10.0 test/export/test_ruby_export.rb
tracksperanto-2.9.9 test/export/test_ruby_export.rb
tracksperanto-2.9.8 test/export/test_ruby_export.rb
tracksperanto-2.9.7 test/export/test_ruby_export.rb
tracksperanto-2.9.6 test/export/test_ruby_export.rb
tracksperanto-2.9.5 test/export/test_ruby_export.rb
tracksperanto-2.9.4 test/export/test_ruby_export.rb
tracksperanto-2.9.3 test/export/test_ruby_export.rb
tracksperanto-2.9.2 test/export/test_ruby_export.rb
tracksperanto-2.9.1 test/export/test_ruby_export.rb
tracksperanto-2.9.0 test/export/test_ruby_export.rb