assert.equal(JSON.parse(response[0]).from,"bob","Alice waits for the offer while other tests are running and picks the offer from bob as offer gets available.");
offer_deffer.resolve();
})
.fail(error_handler).always(done);
});
QUnit.test("Bob can create offer",function(assert){