mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
big hacks to get tests to pass
This commit is contained in:
@@ -55,6 +55,15 @@ export default function() {
|
||||
return response({});
|
||||
});
|
||||
|
||||
this.get('/javascripts/jquery.magnific-popup-min.js', function() {
|
||||
return response({});
|
||||
});
|
||||
|
||||
|
||||
this.get('/highlight.js', function() {
|
||||
return response({});
|
||||
});
|
||||
|
||||
this.post('/session', function(request) {
|
||||
var data = parsePostData(request.requestBody);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user