test/test_const_name.rb in tracksperanto-2.12.0 vs test/test_const_name.rb in tracksperanto-3.0.0

- old
+ new

@@ -2,11 +2,11 @@ require File.expand_path(File.dirname(__FILE__)) + '/helper' class TestConstName < 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 "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