From 0420326a80c16431ce6d22fae573a0821657fb32 Mon Sep 17 00:00:00 2001 From: Adriano Laranjeira Date: Tue, 14 Aug 2012 22:17:20 -0300 Subject: [PATCH] Equalizing the information at BDD links list. On the "BDD links" list is important keeping the same level of information given about each item. Thus, as the second item of the list shows that PHPSpec is the SpecBDD implementation for PHP, the first line, about Behat, has been changed to inform the reader that it is the StoryBDD implementation for PHP. --- _posts/08-03-01-Behavior-Driven-Development.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.