From b5681ca5595378ea2952e056180c282feba0b57e Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 9 Jun 2013 21:00:20 -0500 Subject: [PATCH] Correct count --- test/test_blob.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_blob.rb b/test/test_blob.rb index ae979e5c..56d9e6f2 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -64,7 +64,7 @@ class TestBlob < Test::Unit::TestCase def test_lines assert_equal ["module Foo", "end", ""], blob("Ruby/foo.rb").lines assert_equal ["line 1", "line 2", ""], blob("Text/mac.txt").lines - assert_equal 473, blob("Emacs Lisp/ess-julia.el").lines.length + assert_equal 475, blob("Emacs Lisp/ess-julia.el").lines.length end def test_size