From 91bc61f43815cd7aa7f551b24cac6484e3f584eb Mon Sep 17 00:00:00 2001 From: Antony Marcano Date: Thu, 14 Jul 2011 14:11:02 +0100 Subject: [PATCH] Relish documentation improvements --- features/README.markdown | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/features/README.markdown b/features/README.markdown index 5f172da..fa63d9e 100644 --- a/features/README.markdown +++ b/features/README.markdown @@ -1,19 +1,21 @@ -![RiverGlide logo](http://riverglide-live.heroku.com/attachments/branding/riverglide_logo.png) +![RiverGlide logo](http://riverglide-live.heroku.com/attachments/branding/riverglide_logo_medium.png) # cukesalad - a cucumber extension _Cucumber, washed and ready to eat for friction-free ATDD/BDD_ -* [Get the Gem](https://rubygems.org/gems/cukesalad) -* [Find it on Github](http://github.com/RiverGlide/CukeSalad) - -## Synopsis - Cukesalad is an extension to cucumber that allows you to write scenarios without regular expression. It encourages you to separte your code in neat, organised and focused parts. +With cukesalad you focus on expressing your intent not on regular expressions. You can combine cukesalad with your regular step definitions. +* [Get the Gem](https://rubygems.org/gems/cukesalad) +* [Find it on Github](http://github.com/RiverGlide/CukeSalad) + +## Synopsis + + There are no step-definitions required for this to work: When I attempt to add, the number '1' to the number '2'