Sha256: 0a9bc4dd5e77275a16cd18d7a19f56cb53f4268c109fdc8bab5c72e5bb9cf1ee

Contents?: true

Size: 475 Bytes

Versions: 5

Compression:

Stored size: 475 Bytes

Contents

# -*- encoding : utf-8 -*-
require File.expand_path(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

5 entries across 5 versions & 1 rubygems

Version Path
tracksperanto-2.9.4 test/test_const_name.rb
tracksperanto-2.9.3 test/test_const_name.rb
tracksperanto-2.9.2 test/test_const_name.rb
tracksperanto-2.9.1 test/test_const_name.rb
tracksperanto-2.9.0 test/test_const_name.rb