I'm struggling trying to get a very simple test to work, and keep receiving the error TypeError: Cannot read property 'find' of undefined on the model I've created. Here's the relevant code:
https://gist.github.com/krues8dr/ae10c6d0ae4effe524c7
I think I've copied the example properly, using global. and such, but it appears that it doesn't have access to the model within the Controller for some reason?