fixes for jasmine

This commit is contained in:
Dennis Collinson 2012-03-28 16:32:24 -07:00
parent 78a2ed28b9
commit 875ce68556
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
//= require ../post_view
app.views.Post.Mood = app.views.Post.extend({
templateName : "mood",
className : "post loaded",

View file

@ -6,7 +6,8 @@ describe("Diaspora.Alert", function() {
});
afterEach(function() {
$(".diaspora_alert").empty();
$("#facebox").remove();
});