This commit is contained in:
Olle Jonsson 2016-04-18 16:46:58 +02:00
parent 86ca388ecf
commit 9ce5c76d4a

View File

@ -1,6 +1,6 @@
describe GitHubChangelogGenerator::Generator do
def tag_mash_with_name(tag)
Hashie::Mash.new.tap {|mash_tag| mash_tag.name = tag }
Hashie::Mash.new.tap { |mash_tag| mash_tag.name = tag }
end
def tags_mash_from_strings(tags_strings)