Linting
This commit is contained in:
parent
ceb1b5f843
commit
e42b747585
|
@ -1,6 +1,6 @@
|
||||||
describe GitHubChangelogGenerator::Generator do
|
describe GitHubChangelogGenerator::Generator do
|
||||||
def tag_mash_with_name(tag)
|
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
|
end
|
||||||
|
|
||||||
def tags_mash_from_strings(tags_strings)
|
def tags_mash_from_strings(tags_strings)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user