mirror of
https://github.com/documize/community.git
synced 2025-08-07 22:45:24 +02:00
WIP helper for tests with allow anon access set to true
This commit is contained in:
parent
b0ce9e74f8
commit
57a1e30df7
1 changed files with 6 additions and 0 deletions
6
app/tests/helpers/allow-anonymous-access.js
Normal file
6
app/tests/helpers/allow-anonymous-access.js
Normal 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);
|
||||
// });
|
Loading…
Add table
Add a link
Reference in a new issue