# File lib/generators/cucumber/feature/feature_base.rb, line 13
      def create_feature_file(m = self)
        m.template 'feature.erb', "features/manage_#{plural_name}.feature"
      end