From 26667bf4c2f92c3db6bf040512dfbe81f8958037 Mon Sep 17 00:00:00 2001 From: Scott Comer Date: Mon, 17 Mar 2014 22:39:31 -0500 Subject: [PATCH] fix spec broken by no longer supported function countries --- web/spec/managers/maxmind_manager_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/spec/managers/maxmind_manager_spec.rb b/web/spec/managers/maxmind_manager_spec.rb index 86fffa19d..af2de4e39 100644 --- a/web/spec/managers/maxmind_manager_spec.rb +++ b/web/spec/managers/maxmind_manager_spec.rb @@ -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