TESTS: Remove URL_FIXTURES
constant for pretender
This commit is contained in:
parent
6eb478f5fa
commit
3c66e48573
24 changed files with 64 additions and 52 deletions
app/assets/javascripts
|
@ -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 a new issue