From fa44f86e7a4b59ccf0dbd8c12f3d8c6aeb03240d Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 30 May 2018 00:00:08 -0400 Subject: [PATCH] Update Jasmine link --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0bdb59a..771caba 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ cuke4jas ========= -cuke4jas enhances [jasmine - the javascript bdd framework](http://pivotal.github.com/jasmine/) - to support cucumber-style plain text feature specifications. It should be used along with [the jasmine-species add-on to jasmine](http://rudylattae.github.com/jasmine-species/). +cuke4jas enhances [jasmine - the javascript bdd framework](https://jasmine.github.io/) - to support cucumber-style plain text feature specifications. It should be used along with [the jasmine-species add-on to jasmine](http://rudylattae.github.com/jasmine-species/). It can be used in two modes: @@ -52,4 +52,4 @@ Todos * create the cuke mode - VERSION 1 DONE * create github project - DONE * contact jasmine devs and ask opinion - DONE -* add mode to converter to output blank step definition file. This should be real easy once the AST is in place. \ No newline at end of file +* add mode to converter to output blank step definition file. This should be real easy once the AST is in place.