Skip to content

Commit 70b841c

Browse files
committed
Merge pull request #119 from djpowers/patch-2
Update links to Jasmine web site
2 parents cf57849 + b29e389 commit 70b841c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/testing/testing_with_jasmine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chapter: Testing
55
---
66
## Problem
77

8-
You are writing a simple calculator using CoffeeScript and you want to verify it functions as expected. You decide to use the <a href="http://pivotal.github.com/jasmine/" target="_blank">Jasmine</a> test framework.
8+
You are writing a simple calculator using CoffeeScript and you want to verify it functions as expected. You decide to use the <a href="http://jasmine.github.io/" target="_blank">Jasmine</a> test framework.
99

1010
## Discussion
1111

@@ -45,7 +45,7 @@ describe 'Calculator', ->
4545
### Configuring Jasmine
4646

4747
Before you can run your tests, you must download and configure Jasmine. This involves:
48-
1. downloading the latest <a href="http://pivotal.github.com/jasmine/download.html" target="_blank">Jasmine</a> zip file;
48+
1. downloading the latest <a href="https://github.com/pivotal/jasmine/tree/master/dist" target="_blank">Jasmine</a> zip file;
4949
2. creating a spec and a spec/jasmine folder in your project;
5050
3. extracting the downloaded Jasmine files into the spec/jasmine folder; and
5151
4. creating a test runner.

0 commit comments

Comments
 (0)