mesa_test 0.0.23 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mesa_test.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2b622d9f1d9572a01e95e1241f6137657a1353f
|
|
4
|
+
data.tar.gz: ef68a62fc75bbb5bbd4bd7be2f96482009fe24e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62b5a24bd389978818f8cb6272d5c62feabbe842b6318e2c756a7f9a8791a7f1053586a9bf4abe31594473b04b74c1fc02f9aa163c7ff1bd547ce181633d676c
|
|
7
|
+
data.tar.gz: 11e6d07143ed78de2929dfe3b50e79bd1b0ea224ed3367690bcb26bbea0b56b24be43c8ed63a6490e5a227f3849814f507242dd23de8f9d069c37ff0b8bb8b0e
|
data/lib/mesa_test.rb
CHANGED
|
@@ -306,7 +306,7 @@ e-mail and password will be stored in plain text.'
|
|
|
306
306
|
rescue TestCaseDirError
|
|
307
307
|
shell.say "Passage status for #{test_case.test_name} not yet "\
|
|
308
308
|
'known. Run test first and then submit.', :red
|
|
309
|
-
has_errors
|
|
309
|
+
has_errors << test_case
|
|
310
310
|
end
|
|
311
311
|
end
|
|
312
312
|
end
|