Sha256: 7fccc69df0dcb372cf35d01070c97cd82b6002c7ea3f1702222d9318e585bbee

Contents?: true

Size: 436 Bytes

Versions: 3

Compression:

Stored size: 436 Bytes

Contents

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

class TestConstName < Test::Unit::TestCase
  
  def test_const_name
    assert_equal "Scaler", Tracksperanto::Tool::Scaler.const_name
    assert_equal "Scaler", Tracksperanto::Tool::Scaler.new(nil).const_name
    assert_equal "ShakeScript", Tracksperanto::Import::ShakeScript.const_name
    assert_equal "ShakeText", Tracksperanto::Export::ShakeText.const_name
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tracksperanto-4.1.2 test/test_const_name.rb
tracksperanto-4.1.0 test/test_const_name.rb
tracksperanto-4.0.0 test/test_const_name.rb