diff --git a/src/spec/geolocate-ip.spec.js b/src/spec/geolocate-ip.spec.js index 98798b9..ea4e00d 100644 --- a/src/spec/geolocate-ip.spec.js +++ b/src/spec/geolocate-ip.spec.js @@ -41,4 +41,6 @@ describe('geolocation', function() { expect(robot.http.mostRecentCall.args[0]).toBe('http://api.hostip.info/get_json.php?ip=1.2.3.4') }); + //TODO - More verbose tests to make sure this doesn't get called when Regex fails + }); \ No newline at end of file