mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
7 lines
208 B
JavaScript
7 lines
208 B
JavaScript
moduleFor('controller:notifications', 'controller:notifications', {
|
|
needs: ['controller:header']
|
|
});
|
|
|
|
test("mixes in HasCurrentUser", function() {
|
|
ok(Discourse.HasCurrentUser.detect(this.subject()));
|
|
});
|