fix spec broken by no longer supported function countries

This commit is contained in:
Scott Comer 2014-03-17 22:39:31 -05:00
parent 82ad25795c
commit 26667bf4c2
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ describe MaxMindManager do
end
it "looks up countries successfully" do
countries = MaxMindManager.countries()
countries = MaxMindManager.countriesx()
countries.length.should == 1
countries[0] == "US"
countries[0] == {countrycode: "US", countryname: "United States"}
end
it "looks up regions successfully" do