FIX: Compile templates with the correct ember

This commit is contained in:
Robin Ward
2013-07-16 11:46:31 -04:00
parent d466d11e71
commit 1927263d1d
3 changed files with 10 additions and 10 deletions

View File

@ -46,11 +46,11 @@
// sinon settings
sinon.config = {
injectIntoThis: true,
injectInto: null,
properties: ["spy", "stub", "mock", "clock", "sandbox"],
useFakeTimers: false,
useFakeServer: false
injectIntoThis: true,
injectInto: null,
properties: ["spy", "stub", "mock", "clock", "sandbox"],
useFakeTimers: false,
useFakeServer: false
};
window.assetPath = function() { return null };