mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
FIX: Broken Qunit specs
This commit is contained in:
parent
17696e8c6f
commit
2303b1dcd0
File diff suppressed because one or more lines are too long
|
@ -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"});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user