diff --git a/spec/dependencies/validator.spec.php b/spec/dependencies/validator.spec.php index cddb3cb..a4001b1 100644 --- a/spec/dependencies/validator.spec.php +++ b/spec/dependencies/validator.spec.php @@ -15,10 +15,6 @@ ); }); - it('exists', function () { - $this->validator; - }); - describe('->validate()', function () { context('whippet.lock cannot be found, or is invalid JSON', function () { it('returns an error', function () {