module GdsApi::TestHelpers::Rummager

def sub_sector_organisations_results

def sub_sector_organisations_results
  File.read(
    File.expand_path(
      "../../../../test/fixtures/sub_sector_organisations.json",
      __FILE__
    )
  )
end