| Index: pkg/matcher/README.md
|
| diff --git a/pkg/matcher/README.md b/pkg/matcher/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cf165c13df5f902242742596fea524f32adf3b56
|
| --- /dev/null
|
| +++ b/pkg/matcher/README.md
|
| @@ -0,0 +1,7 @@
|
| +Support for specifying test expectations, such as for unit tests.
|
| +
|
| +The matcher library provides a third-generation assertion mechanism, drawing
|
| +inspiration from [Hamcrest](http://code.google.com/p/hamcrest/).
|
| +
|
| +For more information, see
|
| +[Unit Testing with Dart](http://www.dartlang.org/articles/dart-unit-tests/).
|
|
|