mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:54:31 +08:00
8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
moduleFor('controller:notifications', 'controller:notifications', {
|
|
needs: ['controller:header']
|
|
});
|
|
|
|
test("mixes in HasCurrentUser", function() {
|
|
ok(Discourse.HasCurrentUser.detect(this.subject()));
|
|
});
|