Sha256: 90b74db59ea66964b04504eb57d3742466f5ea5c84f9716a2001a4f25764d116

Contents?: true

Size: 429 Bytes

Versions: 43

Compression:

Stored size: 429 Bytes

Contents

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

class ConstNameTest < Test::Unit::TestCase
  
  def test_const_name
    assert_equal "Scaler", Tracksperanto::Middleware::Scaler.const_name
    assert_equal "Scaler", Tracksperanto::Middleware::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

43 entries across 43 versions & 1 rubygems

Version Path
tracksperanto-1.2.6 test/test_const_name.rb
tracksperanto-1.3.1 test/test_const_name.rb
tracksperanto-1.3.0 test/test_const_name.rb