This commit is contained in:
Olle Jonsson
2016-04-18 16:46:58 +02:00
committed by Petr Korolev
parent ceb1b5f843
commit e42b747585
+1 -1
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)