module GdsApi::TestHelpers::Search

def search_results_found

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