locochris

Results 6 issues of locochris

Our app was recently tripped up because a `uri` variable was set to `server.example.com` instead of `https://server.example.com` (as both can be parsed by `URI.parse`). We were using: ```ruby variable :SERVER_URL,...

bug

eg. current behaviour ``` GlobalPhone.parse("1520123456", "IE").national_format #=> "1520 123 456" ``` gsub workaround: ``` GlobalPhone.parse("1520123456", "IE").national_format.gsub(/\s+/, ' ') #=> "1520 123 456" ```

ie. so it can run just a subset of shpecs found in those directories.

enhancement