module Cucumber::CompatibilityKit
def is_markdown_example?(example_folder)
def is_markdown_example?(example_folder) Dir.entries(example_folder).select { |file| File.extname(file) == '.md' }.count > 0 end
def is_markdown_example?(example_folder) Dir.entries(example_folder).select { |file| File.extname(file) == '.md' }.count > 0 end