Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Update Jasmine links #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 @@ -172,7 +172,7 @@ describe('The home page of Joshfire.com', function () {
});
```

Angela ships with [version 2.0 of Jasmine](http://jasmine.github.io/2.0/introduction.html), which introduces a [number of changes](https://github.com/pivotal/jasmine/blob/master/release_notes/20.md#breaking-changes) that ease authoring of asynchronous tests in particular.
Angela ships with [version 2.0 of Jasmine](http://jasmine.github.io/2.0/introduction.html), which introduces a [number of changes](https://github.com/jasmine/jasmine/blob/master/release_notes/20.md#breaking-changes) that ease authoring of asynchronous tests in particular.

The `driver` instance is the one exposed by the [Selenium's WebDriverJS](https://code.google.com/p/selenium/wiki/WebDriverJs) library. Check its documentation for usage. In particular, note the use of *promises* and the fact that WebDriverJS manages the underlying control flow for you, allowing you to write scenarios in a synchronous way if you so wish (as in the [Getting started](#getting-started) example) or using promises all the way down as in the above example.

Expand Down Expand Up @@ -245,11 +245,11 @@ Angela is licensed under the [MIT license](LICENSE). Copyright (c) 2013 Joshfire

Angela uses great open-source libraries:

- [Jasmine](http://pivotal.github.io/jasmine/). Copyright (c) 2008-2013 Pivotal Labs. [MIT Licensed](https://github.com/pivotal/jasmine/blob/master/MIT.LICENSE).
- [Jasmine](http://jasmine.github.io/). Copyright (c) 2008-2013 Pivotal Labs. [MIT Licensed](https://github.com/jasmine/jasmine/blob/master/MIT.LICENSE).
- [optimist](https://github.com/substack/node-optimist). Copyright 2010 James Halliday (mail@substack.net). [MIT/X11 license](https://github.com/substack/node-optimist/blob/master/LICENSE)
- [PhantomJS](http://phantomjs.org/). Copyright 2010-2013 Ariya Hidayat. [BSD License](https://github.com/ariya/phantomjs/blob/master/LICENSE.BSD)
- [npm wrapper for PhantomJS](https://github.com/Obvious/phantomjs). Copyright 2012 The Obvious Corporation. [Apache License 2.0](https://github.com/Obvious/phantomjs/blob/master/LICENSE.txt)
- [Selenium](https://code.google.com/p/selenium/), including [WebDriverJS](https://code.google.com/p/selenium/wiki/WebDriverJs), licensed under an [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- [trycatch](https://github.com/CrabDude/trycatch). Copyright (C) 2011 by Adam Crabtree (dude@noderiety.com). [MIT License](https://raw.github.com/CrabDude/trycatch/master/LICENSE)
- [walk](https://github.com/coolaj86/node-walk). Copyright (c) 2011 AJ ONeal. [MIT license](http://opensource.org/licenses/mit-license.php)
- [Woodman](http://joshfire.github.io/woodman/). Copyright (c) 2013 Joshfire, all rights reserved, [MIT licensed](http://joshfire.github.io/woodman/about.html#license)
- [Woodman](http://joshfire.github.io/woodman/). Copyright (c) 2013 Joshfire, all rights reserved, [MIT licensed](http://joshfire.github.io/woodman/about.html#license)