TESTS: Remove URL_FIXTURES constant for pretender

This commit is contained in:
Robin Ward
2014-08-01 17:26:43 -04:00
parent 6eb478f5fa
commit 3c66e48573
24 changed files with 64 additions and 52 deletions

View File

@ -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;