Update jasmine-ajax

closes #5937
This commit is contained in:
Steffen van Bergerem
2015-05-07 23:55:01 +02:00
committed by Dennis Schubert
parent 6273c2959a
commit 59e57c013b
4 changed files with 5 additions and 8 deletions

View File

@@ -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();

View File

@@ -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;