test/test_extio.rb in tracksperanto-2.8.6 vs test/test_extio.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/helper'
class TestExtio < Test::Unit::TestCase
def e(st)
Tracksperanto::ExtIO.new(StringIO.new(st))
@@ -23,6 +24,6 @@
def test_gets_non_empty
s = e("\n\n\n\nfoo")
assert_equal "foo", s.gets_non_empty
end
-end
\ No newline at end of file
+end