1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 06:55:28 +02:00

WIP helper for tests with allow anon access set to true

This commit is contained in:
zinyando 2016-05-30 20:32:24 +02:00
parent b0ce9e74f8
commit 57a1e30df7

View file

@ -0,0 +1,6 @@
// import Ember from 'ember';
//
// export default Ember.Test.registerAsyncHelper('allowAnonymousAccess', function(app) {
// var sessionService = Ember.getOwner(this).lookup("service:session");
// console.log(sessionService);
// });