# File lib/cucumber/cli/configuration.rb, line 150 def paths @options[:paths].empty? ? ['features'] : @options[:paths] end