# File src/ruby_supportlib/phusion_passenger/vendor/union_station_hooks_core/lib/union_station_hooks_core/spec_helper.rb, line 219
    def wait_for_dump_file_existance(category = 'requests')
      eventually do
        File.exist?(dump_file_path(category))
      end
    end