grammar: make 'net' skip message match others

I am resisting writing the code to change the grammar if only 1 test is
skipped due to that tag.
This commit is contained in:
David Glasser
2014-02-03 10:41:55 -08:00
parent 576573f688
commit 14bd4fb592

View File

@@ -924,7 +924,7 @@ var define = function (name, tagsList, f) {
var tagDescriptions = {
checkout: 'can only run from checkouts',
net: 'requires an internet connection',
net: 'require an internet connection',
slow: 'take quite a long time'
};