module GdsApi::TestHelpers::BusinessSupportHelper

def api_has_business_support(business_support, facets={})

def api_has_business_support(business_support, facets={})
  key = facet_key(facets)
  unless @stubbed_business_supports.has_key?(key)
    @stubbed_business_supports[key] = []
  end
  @stubbed_business_supports[key] << business_support
end