discourse/test/javascripts/controllers/notifications-test.js.es6

8 lines
208 B
Plaintext
Raw Normal View History

2014-07-30 17:53:14 -04:00
moduleFor('controller:notifications', 'controller:notifications', {
needs: ['controller:header']
});
test("mixes in HasCurrentUser", function() {
2014-07-30 17:53:14 -04:00
ok(Discourse.HasCurrentUser.detect(this.subject()));
});