From 0200510d81e0e5aa884f99970c3c3a34b7c8ff9b Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 4 Aug 2018 00:06:06 -0400 Subject: [PATCH] Update Jasmine link --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ce4f01f..f3bd5fb 100644 --- a/README.rdoc +++ b/README.rdoc @@ -126,7 +126,7 @@ are automatically installed when you run bundle install. $ rake spec -* Javascript unit tests use the {Jasmine}[http://pivotal.github.com/jasmine/] +* Javascript unit tests use the {Jasmine}[https://jasmine.github.io/] tool, and can be found in spec/javascript. To run the tests use: $ rake jasmine:ci