VRFS-1265 fixed broken test

This commit is contained in:
Jonathan Kolyer 2014-06-29 02:13:37 +00:00
parent ed25bd5456
commit 927532eeff
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ describe MaxMindManager do
it "looks up regions successfully" do
regions = MaxMindManager.regions("US")
regions.length.should == 4
regions.first.should == "AB"
regions.last.should == "DE"
regions.first[:region].should == "AB"
regions.last[:region].should == "DE"
end
it "looks up cities successfully" do