now ending nginx after test

This commit is contained in:
2016-07-25 02:57:17 +02:00
parent 52c3b40879
commit f32002309d
5 changed files with 15 additions and 5 deletions

View File

@@ -51,5 +51,10 @@ describe("smartnginx",function(){
});
})
});
describe(".stop",function(){
it("should end the process",function(){
testNginxConfig.nginxProcess.stop();
})
})
});
});