Drop Hashie dependency

This commit is contained in:
Olle Jonsson
2016-07-02 15:29:23 +02:00
parent ad44c035f0
commit 1177f09ca5
3 changed files with 19 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
# frozen_string_literal: true
describe GitHubChangelogGenerator::Generator do
def tag_with_name(tag)
{}.tap { |mash_tag| mash_tag["name"] = tag }
{
'name' => tag
}
end
def tags_from_strings(tags_strings)