FIX: Don't show Sign Up button in cases where users can't sign up

This commit is contained in:
Robin Ward
2014-08-12 16:55:23 -04:00
parent 532726005b
commit 11e43bd434
6 changed files with 18 additions and 6 deletions

View File

@ -1,4 +1,6 @@
moduleFor("controller:header", "controller:header");
moduleFor("controller:header", "controller:header", {
needs: ['controller:application']
});
test("showNotifications action", function() {
var resolveRequestWith;