Ravi Srinivasan
2019-07-03 8faae187b2f4c093c6a1d35df213a5907c8b7290
Merge branch 'master' of github.com:RedHatTraining/DO288-apps
1 files added
1 files modified
5 ■■■■ changed files
books/tests/app_test.js 2 ●●● patch | view | raw | blame | history
post-commit/index.php 3 ●●●●● patch | view | raw | blame | history
books/tests/app_test.js
@@ -31,7 +31,7 @@
  it('GET to /authors should return 200', (done) => {
    chai.request(reqServer)
      .get('/authors')
      .get('/author')
      .end((err, res) => {
        expect(res).to.have.status(200);
        expect(res.text).to.include('James_Joyce');
post-commit/index.php
New file
@@ -0,0 +1,3 @@
<?php
print "Build hooks application \n";
?>