diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-19 01:47:08 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-19 01:47:08 +0200 |
commit | 2f97912d6372b3edde924f83ed283b97f6472273 (patch) | |
tree | de7cb89c4f44e03f280ef831295a33339e4d31e8 /test/unit/count.rb | |
parent | 14b4728342af152f865f29e67d583c733e912756 (diff) | |
download | coderay-2f97912d6372b3edde924f83ed283b97f6472273.tar.gz |
TokensProxy: wrap up
Diffstat (limited to 'test/unit/count.rb')
-rw-r--r-- | test/unit/count.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/count.rb b/test/unit/count.rb index ad61291..448e8f1 100644 --- a/test/unit/count.rb +++ b/test/unit/count.rb @@ -9,7 +9,7 @@ class CountTest < Test::Unit::TestCase # a minimal Ruby program puts "Hello world!" RUBY - assert_equal 11, tokens.encode_with(:count) + assert_equal 11, tokens.encode(:count) end end
\ No newline at end of file |