alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Tariff validators specs #52

Closed saulius closed 11 years ago

saulius commented 11 years ago

This change does two things:

  1. Adds isolated specs for TariffValidationHelper methods that we use for conformance tests. This is some tech debt we had.
  2. Makes dates in VCR mock files relative, bounded to Date.today. Otherwise dates will be hardcoded and therefore specs will fail.