mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 21:11:10 +08:00
TESTS: Remove URL_FIXTURES
constant for pretender
This commit is contained in:
@ -9,9 +9,6 @@
|
||||
window.Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
|
||||
rootElement: '#main',
|
||||
|
||||
// Helps with integration tests
|
||||
URL_FIXTURES: {},
|
||||
|
||||
getURL: function(url) {
|
||||
// If it's a non relative URL, return it.
|
||||
if (url.indexOf('http') === 0) return url;
|
||||
|
Reference in New Issue
Block a user