We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a50a48 commit 952fbcfCopy full SHA for 952fbcf
test/refdb_test.rb
@@ -29,7 +29,7 @@ def test_custom_backend
29
refdb = Rugged::Refdb.new(@repo)
30
31
compress_calls = 0
32
- backend = TestBackend.new(@repo)
+ backend = Rugged::Refdb::Backend::Custom.new(@repo)
33
backend.send(:define_singleton_method, :compress) do
34
compress_calls += 1
35
end
0 commit comments