Contributor list improvements #11

Merged
raucao merged 3 commits from feature/contributors_list into master 2017-05-14 17:28:18 +00:00
Showing only changes of commit 4f57ceaee9 - Show all commits
-1
View File
@@ -32,7 +32,6 @@ test('doesn\'t contain people with 0 kredits', function(assert) {
addFixtures(controller);
let contributorsSorted = controller.get('contributorsSorted');
console.log(controller.get('contributorsSorted'));
assert.ok(isPresent(contributorsSorted.findBy('github_username', 'neo')));
assert.ok(isEmpty(contributorsSorted.findBy('github_username', 'mouse')));