class Cucumber::Cli::Configuration

def with_default_features_path(paths)

def with_default_features_path(paths)
  return ['features'] if paths.empty?
  paths
end