spec/unit/spec.jquery.xhr.js in jspec-3.3.1 vs spec/unit/spec.jquery.xhr.js in jspec-3.3.2
- old
+ new
@@ -11,10 +11,9 @@
dataType: 'json',
success: function() {
successCalled = true
},
error: function(xhr, status, e) {
- alert(status)
errorCalled = true
}
})
successCalled.should.be_true
errorCalled.should.be_false
\ No newline at end of file