spec/cbc_ca_spec.rb in govkit-ca-0.0.4 vs spec/cbc_ca_spec.rb in govkit-ca-0.0.5
- old
+ new
@@ -12,11 +12,11 @@
end
end
it 'should return the electoral districts within a postal code' do
{ 'G0C2Y0' => [24019],
- 'T5S2B9' => [48015, 48017], # differs from elections.ca, ndp.ca, greenparty.ca, liberal.ca
- 'K0A1K0' => [35025, 35052, 35063, 35064], # differs from liberal.ca, digital-copyright.ca
+ 'T5S2B9' => [48015, 48017],
+ 'K0A1K0' => [35025, 35052, 35063, 35064],
}.each do |postal_code,electoral_districts|
GovKit::CA::PostalCode::Strategy::CBCCa.new(postal_code).electoral_districts.should == electoral_districts
end
end