Returns a new instance of FileSpecs.
10 11 12 13 14
# File 'lib/cucumber/file_specs.rb', line 10 def initialize(file_specs) Cucumber.logger.debug("Features:\n") @file_specs = file_specs.map { |spec| FileSpec.new(spec) } Cucumber.logger.debug("\n") end