Sha256: 8ec635a148c9272fabc4debc658e4b179f41ff33bbcda081142d3b9e6301d956
Contents?: true
Size: 256 Bytes
Versions: 339
Compression:
Stored size: 256 Bytes
Contents
require_relative '../test_helper' module Generator class GitCommandTest < Minitest::Test def test_abbreviated_commit_hash assert_match(/^[0-9a-f]{7,}$/, GitCommand.abbreviated_commit_hash('./.git', 'test/generator_test.rb')) end end end
Version data entries
339 entries across 339 versions & 1 rubygems