test/import/test_shake_catcher.rb in tracksperanto-2.8.6 vs test/import/test_shake_catcher.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/../helper'
class ShakeCatcherTest < Test::Unit::TestCase
C = Tracksperanto::ShakeGrammar::Catcher
@@ -80,6 +81,6 @@
def parse(s, klass)
s = StringIO.new(s) unless s.respond_to?(:read)
klass.new(s).stack
end
-end
\ No newline at end of file
+end