Sha256: c5b86db09138db2bfb949bda838f430e6c1ffd51513152ce17fccbe733de111c
Contents?: true
Size: 237 Bytes
Versions: 6
Compression:
Stored size: 237 Bytes
Contents
require 'albacore/tools' describe 'when calling Tools#git_release_notes' do subject do Albacore::Tools.git_release_notes end it 'should start with "Release notes"...' do expect(subject).to match /Release notes/ end end
Version data entries
6 entries across 6 versions & 1 rubygems