module GdsApi::TestHelpers::Rummager

def no_search_results_found

def no_search_results_found
  File.read(
    File.expand_path(
      "../../../../test/fixtures/no_services_and_info_data_found_fixture.json",
      __FILE__
    )
  )
end