Created
August 28, 2016 15:47
-
-
Save mattsnyder/112b33afb126b96eef62313e9e3b4e51 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test "invalid when proper number of digits but letters mixed in" do | |
assert Phone.number("1a2a3a4a5a6a7a8a9a0a") == "0000000000" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment