test/test_const_name.rb in tracksperanto-2.8.6 vs test/test_const_name.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/helper'
class ConstNameTest < Test::Unit::TestCase
def test_const_name
@@ -7,6 +8,6 @@
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
\ No newline at end of file
+end