From 6654875bc07a3dd5325a03684641e12ec2b523a8 Mon Sep 17 00:00:00 2001 From: emilybache Date: Thu, 24 Jan 2013 10:59:56 +0100 Subject: [PATCH] Added information about GildedRose on cyber-dojo --- GildedRose/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GildedRose/README.md b/GildedRose/README.md index 1672283e..49063c76 100644 --- a/GildedRose/README.md +++ b/GildedRose/README.md @@ -10,6 +10,11 @@ You could write some unit tests yourself, using the requirements to identify sui Alternatively, use the "Text-Based" tests provided in this repository. (Read more about that in the next section) +I've also set this kata up on [cyber-dojo](http://cyber-dojo.com) in Java using both JUnit and Cucumber, so you can get going really quickly: + +- [Cucumber, Java](http://cyber-dojo.com/forker/fork/0F82D4BA89?avatar=gorilla&tag=45) - for this one I've also written some step definitions for you +- [JUnit, Java](http://cyber-dojo.com/forker/fork/751DD02C4C?avatar=snake&tag=4) + Whichever testing approach you choose, the idea of the exercise is to do some deliberate practice, and improve your Refactoring skills. The idea is not to re-write the code from scratch, but rather to practice taking small steps, running the tests often, and incrementally improving the design. ## Text-Based Testing