fixing specs

This commit is contained in:
Andrew Waage
2016-05-20 00:03:42 -07:00
committed by Olle Jonsson
parent 0517674f04
commit 63b3de1281
2 changed files with 3 additions and 2 deletions
@@ -200,6 +200,7 @@ Make sure, that you push tags to remote repo via 'git push --tags'".yellow
# @return [Time] time of specified tag
def fetch_date_of_tag(tag)
commit_data = check_github_response { @client.commit(user_project, tag['commit']['sha']) }
commit_data = commit_data.to_hash.stringify_keys_deep!
commit_data['commit']['committer']['date']
end