mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 08:17:24 +08:00
Category List and Topic View Integration Test
This commit is contained in:
@ -22,6 +22,9 @@ Discourse = Ember.Application.createWithMixins({
|
||||
// The highest seen post number by topic
|
||||
highestSeenByTopic: {},
|
||||
|
||||
// Helps with integration tests
|
||||
URL_FIXTURES: {},
|
||||
|
||||
getURL: function(url) {
|
||||
|
||||
// If it's a non relative URL, return it.
|
||||
|
Reference in New Issue
Block a user