Updates the generator so that if it finds a .feature file that is empty or does not start with Feature: it does not fail. Instead an empty string is used for the feature name.
This seems in line with out policy of being as tolerant as possible of the feature file contents.
Updates the generator so that if it finds a
.feature
file that is empty or does not start withFeature:
it does not fail. Instead an empty string is used for the feature name.This seems in line with out policy of being as tolerant as possible of the feature file contents.
Closes #47