2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
discourse/test/javascripts/controllers/notifications-test.js.es6

8 lines
208 B
Text
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()));
});