Rename tag section mapping test

Signed-off-by: Tom Duffield <tom@chef.io>
This commit is contained in:
Tom Duffield 2016-11-19 20:15:15 -06:00 committed by Hunter Haugen
parent ee5a507f76
commit f57b4c283d
No known key found for this signature in database
GPG Key ID: EF99694AA599DDAD

View File

@ -13,7 +13,7 @@ describe GitHubChangelogGenerator::Generator do
end end
end end
describe "#build_tag_section_mapping" do describe "tag_section_mapping" do
let(:all_tags) { tags_from_strings(%w(8 7 6 5 4 3 2 1)) } let(:all_tags) { tags_from_strings(%w(8 7 6 5 4 3 2 1)) }
let(:sorted_tags) { all_tags } let(:sorted_tags) { all_tags }