From 51ea723dff6f35ab4f9d7bbab5b141edd380c5d3 Mon Sep 17 00:00:00 2001 From: Zsolt Nagy Date: Sat, 18 Apr 2015 00:17:09 +0200 Subject: [PATCH] Update and rename 2015-04-18-Automated-Testing-II-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md to 2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md --- ...8;-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename _posts/{2015-04-18-Automated-Testing-II-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md => 2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md} (99%) diff --git a/_posts/2015-04-18-Automated-Testing-II-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md b/_posts/2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md similarity index 99% rename from _posts/2015-04-18-Automated-Testing-II-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md rename to _posts/2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md index 2f833bcc5ce9e..f551906720f63 100644 --- a/_posts/2015-04-18-Automated-Testing-II-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md +++ b/_posts/2015-04-18-Automated-Testing-2:-Asynchronous-Tests-and-Fixtures-with-Mocha-and-ChaiJs.md @@ -1,6 +1,6 @@ --- layout: post -Automated Testing II: Asynchronous Tests and Fixtures with Mocha and ChaiJs +Automated Testing 2: Asynchronous Tests and Fixtures with Mocha and ChaiJs --- This is the second part on automated testing with Mocha, ChaiJs and SinonJs. If you have never used Mocha or ChaiJs before, I suggest reading the first part. We will continue where we left off last time. The syntax of Mocha and Chai should mostly be clear. There are some frequently occurring scenarios though that require additional knowledge. These are: