perfectline / validates_url

URL Validation for Rails
MIT License
579 stars 114 forks source link

Resolve "undefined method `validate_url_of'" errors in specs #81

Closed MothOnMars closed 5 years ago

MothOnMars commented 5 years ago

This PR resolves the errors reported in https://github.com/perfectline/validates_url/issues/67. This moves the matcher file to lib/validate_url/ so that it can be required in specs. It also adds documentation to the README on matcher usage.