Merge branch 'master' of github.com:RedHatTraining/DO288-apps
This commit is contained in:
commit
8faae187b2
2 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ describe('Books App routes test', () => {
|
|||
|
||||
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');
|
||||
|
|
|
|||
3
post-commit/index.php
Normal file
3
post-commit/index.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
print "Build hooks application \n";
|
||||
?>
|
||||
Loading…
Add table
Reference in a new issue