Index: tests/json/pubspec.yaml |
diff --git a/tests/json/pubspec.yaml b/tests/json/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3fd393bcddccdf238bcf06cd41eb8aa11b0e02b1 |
--- /dev/null |
+++ b/tests/json/pubspec.yaml |
@@ -0,0 +1,4 @@ |
+name: sample_pubspec |
+description: A sample application |
+dependencies: |
+ unittest: any |
Lasse Reichstein Nielsen
2014/03/26 11:41:31
What does this file do?
I think it's safe to remov
|