Sha256: 65ca3cf6566444b90cd872501222be40fd74d96997adfe9da409e25c2457a24c
Contents?: true
Size: 226 Bytes
Versions: 2
Compression:
Stored size: 226 Bytes
Contents
# encoding: UTF-8 require 'test_helper' class AsDialedFromTest < Test::Unit::TestCase should "prototype string with as_dialed_from method" do assert_equal "12155551212", "+12155551212".as_dialed_from("US") end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
as_dialed_from-0.2.4 | test/as_dialed_from_test.rb |
as_dialed_from-0.2.3 | test/as_dialed_from_test.rb |