Skip to content

Commit

Permalink
Update test: .co is a real TLD (Colombia); use .xy instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik committed Oct 26, 2008
1 parent 413baf8 commit 9658a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validates_url_format_of_test.rb
Expand Up @@ -45,7 +45,7 @@ def test_should_allow_valid_urls
'http://user:pass@example.com',
'http://user:@example.com',
'http://example.com/~user',
'http://example.co', # Not a real TLD, but we're fine with anything of 2-6 chars
'http://example.xy', # Not a real TLD, but we're fine with anything of 2-6 chars
'http://example.museum',
'http://1.0.255.249',
'http://1.2.3.4:80',
Expand Down

0 comments on commit 9658a94

Please sign in to comment.