Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 9ef9b141c2b4a2894f6e2404d813352b288face5..5ebd223ab132f2691cbdac8fd52af28727c5727a 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,8 +1,8 @@ |
-name: unittest |
+name: test |
version: 0.12.0-dev |
author: Dart Team <misc@dartlang.org> |
description: A library for writing dart unit tests. |
-homepage: https://github.com/dart-lang/unittest |
+homepage: https://github.com/dart-lang/test |
environment: |
sdk: '>=1.8.0 <2.0.0' |
dependencies: |
@@ -17,7 +17,7 @@ dependencies: |
stack_trace: '^1.2.0' |
string_scanner: '^0.1.1' |
- # Use a tight version constraint to ensure that a constraint on unittest |
+ # Use a tight version constraint to ensure that a constraint on matcher |
# properly constraints all features it provides. |
matcher: '^0.12.0-alpha.0' |
dev_dependencies: |