fixes for jasmine
This commit is contained in:
parent
78a2ed28b9
commit
875ce68556
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
//= require ../post_view
|
||||||
app.views.Post.Mood = app.views.Post.extend({
|
app.views.Post.Mood = app.views.Post.extend({
|
||||||
templateName : "mood",
|
templateName : "mood",
|
||||||
className : "post loaded",
|
className : "post loaded",
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@ describe("Diaspora.Alert", function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function() {
|
afterEach(function() {
|
||||||
$(".diaspora_alert").empty();
|
$("#facebox").remove();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue