This commit is contained in:
Olle Jonsson
2016-09-27 23:44:49 +02:00
parent 0189c2d736
commit db1ffdd59b
10 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
describe GitHubChangelogGenerator::Generator do
def tag_with_name(tag)
{
'name' => tag
"name" => tag
}
end