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