From 1276e2dd115e9438fb6bffe368e26261ba950f3c Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 1 Dec 2015 15:12:49 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70816d5..7e49380 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ Implements a simple web application using MongoDB, with tests. Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul. This sample is built for Shippable, a docker based continuous integration and deployment platform. + +PR builds test From 9c9858010f6a4a57be27b32be5055a7b50fef659 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 1 Dec 2015 15:20:09 +0530 Subject: [PATCH 2/2] Update test.js --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 7296498..e182ce1 100644 --- a/test.js +++ b/test.js @@ -31,7 +31,7 @@ describe("Persistence", function () { var response = res.body; expect(response.created).to.equal(false); response = response.returnObj; - response.should.have.property("name", "doobie"); + response.should.have.property("name", "doobaaie"); done(); }); });