class Cucumber::Configuration

def with_default_features_path(paths)

def with_default_features_path(paths)
  return default_features_paths if paths.empty?
  paths
end