test/test_const_name.rb in tracksperanto-2.9.4 vs test/test_const_name.rb in tracksperanto-2.9.5
- old
+ new
@@ -1,8 +1,8 @@
# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/helper'
-class ConstNameTest < Test::Unit::TestCase
+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 "ShakeScript", Tracksperanto::Import::ShakeScript.const_name