module GdsApi::TestHelpers::Rummager

def search_results_found

def search_results_found
  File.read(
    File.expand_path(
      "../../../../test/fixtures/services_and_info_fixture.json",
      __FILE__
    )
  )
end