Drop Hashie dependency
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user