Cleanup kredits service #58

Merged
fsmanuel merged 5 commits from cleanup/kredits-service into master 2018-04-21 10:09:36 +00:00
Showing only changes of commit 1b2b1bd447 - Show all commits
@@ -42,6 +42,19 @@ module('Serializers contributor', function() {
let expected = {
name: 'Satoshi Nakamoto',
kind: 'person',
accounts: [
{
"site": "github.com",
"uid": 123,
"url": "https://github.com/therealsatoshi",
"username": "therealsatoshi"
},
{
"site": "wiki.kosmos.org",
"url": "https://wiki.kosmos.org/User:Satoshi",
"username": "Satoshi"
}
],
github_uid: 123,
github_username: 'therealsatoshi',
wiki_username: 'Satoshi',