class Chutney::EmptyFeatureFile

service class to lint for Features that have no content

Public Instance Methods

lint() click to toggle source
# File lib/chutney/linter/empty_feature_file.rb, line 6
def lint
  add_issue(I18n.t('linters.empty_feature_file')) if feature.nil?
end