How to test something from non-standard ember directory?

I have some non-standard ember directories in my ember app. For example, in addition to the standard directories generated by ember-cli (adapters, components, controllers, etc), there is a directory called “utils” which contains a lot of utility files.

Is there a procedure for testing files within the utils directory? I am currently using ember-cli version 0.1.12 and ember 1.8.1.

I am pretty new to unit testing, so any help is appreciated. Thanks.

Never mind, I’ve think I figured it out – just treat it like any other QUnit test.