mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
committed by
Dennis Schubert
parent
6273c2959a
commit
59e57c013b
@@ -49,8 +49,6 @@ describe('app.views.Bookmarklet', function() {
|
||||
});
|
||||
|
||||
it('keeps the publisher disabled after successful post creation', function() {
|
||||
jasmine.Ajax.install();
|
||||
|
||||
init_bookmarklet(test_data);
|
||||
spec.content().find('form').submit();
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ describe("app.views.Poll", function(){
|
||||
|
||||
describe("vote", function(){
|
||||
it("checks the ajax call for voting", function(){
|
||||
jasmine.Ajax.install();
|
||||
var answer = this.view.poll.poll_answers[0];
|
||||
var poll = this.view.poll;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user