require File.expand_path(File.dirname(__FILE__) + '/../test_helper')

## Iran
class IRTest < Phonie::TestCase
  def test_local
    parse_test('982188686344', '98', '21', '88686344', "Iran, Islamic Republic Of", false)
    parse_test('985218868634', '98', '521', '8868634')
  end

  def test_mobile
    parse_test('989188686344', '98', '918', '8686344', "Iran, Islamic Republic Of", true)
  end
end