Sha256: c6e31d986d6a71b52cf8a9aa7d3c717d1f2d16dd3989ebfd0946c64ebbe34dd7
Contents?: true
Size: 358 Bytes
Versions: 36
Compression:
Stored size: 358 Bytes
Contents
require_relative '../test_helper' module OhlohScm::Adapters class HgPatchTest < OhlohScm::Test def test_patch_for_commit with_hg_repository('hg') do |repo| commit = repo.verbose_commit(1) data = File.read(File.join(DATA_DIR, 'hg_patch.diff')) assert_equal data, repo.patch_for_commit(commit) end end end end
Version data entries
36 entries across 36 versions & 1 rubygems