public void Validate_Throws_For_Missing_Source_Paths()
        {
            var subject = new OptionsValidator(TestObjects.Logger, TestObjects.FileSystemAdapter);

            Should.Throw <ApplicationException>(() => subject.Validate(new Options()));
        }