Retrospring/spec/models
Georg Gadinger 606629577a make URI.parse part of the validation for the sharing URL
the regexp alone and web browsers allows URLs to contain non-ASCII
characters, which `URI.parse` does not like -- resulting in the inbox
page to suddenly break.

also changed the `redirect_to` in the controller to a `render :edit` so
that validation errors are shown properly
2023-02-10 20:48:15 +01:00
..
appendable Add model tests for `Appendable::Reaction` 2022-07-09 01:15:31 +02:00
announcement_spec.rb replace Timecop with ActiveSupport::Testing::TimeHelpers 2022-07-19 17:18:27 +02:00
answer_spec.rb Add model tests for `Answer` 2022-07-09 01:15:31 +02:00
list_spec.rb
mute_rule_spec.rb Add mute rules 2022-01-01 00:38:36 +01:00
question_spec.rb Respect allow long questions setting 2023-01-08 14:03:54 +01:00
theme_spec.rb
user_ban_spec.rb Add tests for `UserBan` model 2022-07-02 17:08:44 +02:00
user_spec.rb make URI.parse part of the validation for the sharing URL 2023-02-10 20:48:15 +01:00