fix(analytics): Tweaks per code review

This commit is contained in:
Sabe Jones
2015-07-28 13:26:39 -05:00
parent f6bbae3beb
commit 7c56f5e7f6
3 changed files with 7 additions and 4 deletions

View File

@@ -221,7 +221,8 @@ describe('analytics', function() {
var user = {
stats: stats,
contributor: { level: 1 },
purchased: { plan: { planId: 'foo-plan' } }
purchased: { plan: { planId: 'foo-plan' } },
flags: {tour: {intro: -2}}
};
analyticsData.user = user;
@@ -246,7 +247,8 @@ describe('analytics', function() {
Level: 4,
Mana: 30,
contributorLevel: 1,
subscription: 'foo-plan'
subscription: 'foo-plan',
tutorialComplete: true
}
});
});