Skip to content

Commit

Permalink
Correct count
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 10, 2013
1 parent 4b8f362 commit b5681ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_blob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_data
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
Expand Down

0 comments on commit b5681ca

Please sign in to comment.