diff --git a/_posts/08-03-01-Behavior-Driven-Development.md b/_posts/08-03-01-Behavior-Driven-Development.md index 9fb44fa..253c82c 100644 --- a/_posts/08-03-01-Behavior-Driven-Development.md +++ b/_posts/08-03-01-Behavior-Driven-Development.md @@ -17,6 +17,6 @@ by the [RSpec project](http://rspec.info/) for Ruby. ### BDD Links -* [Behat](http://behat.org/) is inspired by Ruby's [Cucumber](http://cukes.info/) project -* [PHPSpec](http://www.phpspec.net/) the SpecBDD framework for PHP -* [Codeception](http://www.codeception.com) is a full-stack testing framework that uses BDD principles +* [Behat](http://behat.org/), the StoryBDD framework for PHP, inspired by Ruby's [Cucumber](http://cukes.info/) project; +* [PHPSpec](http://www.phpspec.net/), the SpecBDD framework for PHP, inspired by Ruby's [RSpec](http://rspec.info/) project; +* [Codeception](http://www.codeception.com) is a full-stack testing framework that uses BDD principles.