Skip to content

Commit

Permalink
Removed references to old project location
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Mar 3, 2015
1 parent ffee48f commit 7f9320d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Unexpected-messy
================

Plugin for [Unexpected](https://github.com/sunesimonsen/unexpected) that adds the ability to inspect and match instances of the HttpRequest, HttpResponse, HttpExchange, HttpConversation, Mail, and Message classes from the [Messy library](https://github.com/papandreou/messy). It's originally built for [unexpected-express](https://github.com/papandreou/unexpected-express) and [unexpected-http](https://github.com/papandreou/unexpected-http), but can also be used standalone.
Plugin for [Unexpected](https://github.com/unexpectedjs/unexpected) that adds the ability to inspect and match instances of the HttpRequest, HttpResponse, HttpExchange, HttpConversation, Mail, and Message classes from the [Messy library](https://github.com/papandreou/messy). It's originally built for [unexpected-express](https://github.com/papandreou/unexpected-express) and [unexpected-http](https://github.com/papandreou/unexpected-http), but can also be used standalone.

In particular, it adds support for the `to satisfy` assertion so that you can express your assertions using a very compact and precise syntax. When the conditions are not met, you get a full diff that includes the entire object as a single unit:

Expand All @@ -20,9 +20,9 @@ expect(new messy.HttpResponse(
![Diff output](diffOutput.png)

[![NPM version](https://badge.fury.io/js/unexpected-messy.png)](http://badge.fury.io/js/unexpected-messy)
[![Build Status](https://travis-ci.org/papandreou/unexpected-messy.png?branch=master)](https://travis-ci.org/papandreou/unexpected-messy)
[![Coverage Status](https://coveralls.io/repos/papandreou/unexpected-messy/badge.png)](https://coveralls.io/r/papandreou/unexpected-messy)
[![Dependency Status](https://david-dm.org/papandreou/unexpected-messy.png)](https://david-dm.org/papandreou/unexpected-express)
[![Build Status](https://travis-ci.org/unexpectedjs/unexpected-messy.png?branch=master)](https://travis-ci.org/unexpectedjs/unexpected-messy)
[![Coverage Status](https://coveralls.io/repos/unexpectedjs/unexpected-messy/badge.png)](https://coveralls.io/r/unexpectedjs/unexpected-messy)
[![Dependency Status](https://david-dm.org/unexpectedjs/unexpected-messy.png)](https://david-dm.org/unexpectedjs/unexpected-express)

License
-------
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/papandreou/unexpected-messy.git"
"url": "git://github.com/unexpectedjs/unexpected-messy.git"
},
"keywords": [
"HTTP",
Expand All @@ -28,9 +28,9 @@
"author": "Andreas Lind <andreas@one.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/papandreou/unexpected-messy/issues"
"url": "https://github.com/unexpectedjs/unexpected-messy/issues"
},
"homepage": "https://github.com/papandreou/unexpected-messy",
"homepage": "https://github.com/unexpectedjs/unexpected-messy",
"peerDependencies": {
"messy": "^4.3.0",
"unexpected": "5 || 6"
Expand Down

0 comments on commit 7f9320d

Please sign in to comment.