This commit is contained in:
Olle Jonsson
2016-09-27 23:44:49 +02:00
parent 88bcb872a6
commit d8b34169a3
10 changed files with 40 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
describe GitHubChangelogGenerator::Generator do
def tag_with_name(tag)
{
'name' => tag
"name" => tag
}
end