summaryrefslogtreecommitdiffstats
path: root/tests/units/test_object.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/test_object.rb')
-rw-r--r--tests/units/test_object.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/test_object.rb b/tests/units/test_object.rb
index acc32b0..c6ee5ce 100644
--- a/tests/units/test_object.rb
+++ b/tests/units/test_object.rb
@@ -96,6 +96,7 @@ class TestObject < Test::Unit::TestCase
def test_blob_contents
o = @git.object('v2.6:example.txt')
assert_equal('replace with new text', o.contents)
+ assert_equal('replace with new text', o.contents) # this should be cached
end
def test_revparse