Sha256: c55a63131d3cc820ac6fdcb866d1dd98d9c63c20cc3e347511ad3e1a04a6521b
Contents?: true
Size: 463 Bytes
Versions: 26
Compression:
Stored size: 463 Bytes
Contents
# -*- encoding : utf-8 -*- 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
26 entries across 26 versions & 1 rubygems