Sha256: 17be71950648d7de6dec3c594d60d4dd3d1bd91cd162efde687125738948b88c

Contents?: true

Size: 242 Bytes

Versions: 2

Compression:

Stored size: 242 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 for /
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
albacore-2.3.13 spec/tools_spec.rb
albacore-2.3.12 spec/tools_spec.rb