# File spec/warbler/task_spec.rb, line 50
  def file_list(regex)
    FileList["#{@config.staging_dir}/**/*"].select {|f| f =~ regex }
  end