FIX: Broken Qunit specs

This commit is contained in:
Robin Ward 2015-04-15 17:08:34 -04:00
parent 17696e8c6f
commit 2303b1dcd0
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -80,6 +80,10 @@ export default function() {
return response(json);
});
this.get("/t/280.json", function() {
return response(fixturesByUrl['/t/280/1.json']);
});
this.get("/t/id_for/:slug", function() {
return response({id: 280, slug: "internationalization-localization", url: "/t/internationalization-localization/280"});
});