test/test_helper.rb in coverband-5.2.3.2 vs test/test_helper.rb in coverband-5.2.4

- old
+ new

@@ -98,10 +98,10 @@ end end end def mock_file_hash(hash: "abcd") - Coverband::Utils::FileHasher.expects(:hash_file).at_least_once.returns(hash) + Coverband::Utils::FileHasher.expects(:hash).at_least_once.returns(hash) end def example_line [0, 1, 2] end