about summary refs log tree commit diff
path: root/spec/validators/url_validator_spec.rb
AgeCommit message (Collapse)Author
2023-02-20Enable Rubocop RSpec/NotToNot (#23723)Nick Schonning
2022-06-09Add administrative webhooks (#18510)Eugen Rochko
* Add administrative webhooks * Fix error when webhook is deleted before delivery worker runs
2021-03-19Prepare Mastodon for zeitwerk autoloader (#15917)Claire
* Prepare Mastodon for zeitwerk autoloader (Rails 6) Add inflections and rename/move a few classes. In particular, app/lib/exceptions.rb and app/lib/sanitize_config.rb were manually loaded while still in autoload paths. * Add inflection for Url → URL
2019-01-03Add specs for UrlValidator (#9699)ysksn