From a4eed78f37f20a3c875901cdd77810c3c8c19cd4 Mon Sep 17 00:00:00 2001 From: Matthew Vargeson Date: Wed, 19 Nov 2014 11:25:05 -0800 Subject: [PATCH] Update 11-03-01-Behavior-Driven-Development.md remove www.* from broken Codeception link --- _posts/11-03-01-Behavior-Driven-Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/11-03-01-Behavior-Driven-Development.md b/_posts/11-03-01-Behavior-Driven-Development.md index 94779c0..5e1ce10 100644 --- a/_posts/11-03-01-Behavior-Driven-Development.md +++ b/_posts/11-03-01-Behavior-Driven-Development.md @@ -20,4 +20,4 @@ by the [RSpec project](http://rspec.info/) for Ruby. * [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. +* [Codeception](http://codeception.com) is a full-stack testing framework that uses BDD principles.