mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 21:01:33 +08:00
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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue