2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Ember 1.11 broken WIP

This commit is contained in:
Robin Ward 2015-04-29 14:57:08 -04:00
parent b3b4fd21ed
commit 8294205f7c
17 changed files with 98008 additions and 104926 deletions

View file

@ -37,8 +37,6 @@ var oldAvatar = Discourse.Utilities.avatarImg;
function acceptance(name, options) {
module("Acceptance: " + name, {
setup: function() {
Ember.run(Discourse, Discourse.advanceReadiness);
// Don't render avatars in acceptance tests, it's faster and no 404s
Discourse.Utilities.avatarImg = () => "";