Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ and in fact can access them as `browser.statusCode` and `browser.errors`.

(Why would the first callback argument be `null`? It works great when using
asynchronous testing frameworks like
[Mocha](http://visionmedia.github.com/mocha/).)
[Mocha](http://mochajs.org/).)


Zombie also supports promises. When you call functions like `visit`, `wait` or
Expand Down Expand Up @@ -269,7 +269,7 @@ Read more [on the Browser API](doc/API.md)

Here are some guidelines for writing tests using Zombie,
[promises](http://documentup.com/kriskowal/q/) and
[Mocha](http://visionmedia.github.com/mocha/).
[Mocha](http://mochajs.org/).

Let's start with a simple example:

Expand Down Expand Up @@ -437,7 +437,7 @@ Capybara driver for zombie.js running on top of node.
**[zombie-jasmine-spike](https://github.com/mileskin/zombie-jasmine-spike)** --
Spike project for trying out Zombie.js with Jasmine

**[Mocha](http://visionmedia.github.com/mocha/)** -- mocha - simple, flexible,
**[Mocha](http://mochajs.org/)** -- mocha - simple, flexible,
fun javascript test framework for node.js & the browser. (BDD, TDD, QUnit styles
via interfaces)

Expand Down