Retrospring/spec
Georg Gadinger 0f9c6f1e07 typoed_email_validator: check for valid TLDs
i'm sure there are many more typos waiting to happen.  one thing we
can already catch though is the usage of invalid TLDs.

this makes use of my new TLDv gem -- the data it uses can be updated
independently from the main gem.
2022-10-13 21:38:54 +02:00
..
controllers typoed_email_validator: check for valid TLDs 2022-10-13 21:38:54 +02:00
factories Add tests for `User#questions` action and cases 2022-08-20 17:21:47 +02:00
fixtures Add tests for `MarkdownHelper` 2021-12-31 22:40:38 +01:00
helpers Move `belongs_to_current_user?` to UserController 2022-08-20 17:21:47 +02:00
integration Adjust `fails to access route` spec for role-constrained routes 2022-08-21 01:13:10 +02:00
lib Apply anonymous blocks without an owner as global 2022-08-20 19:02:37 +02:00
models typoed_email_validator: check for valid TLDs 2022-10-13 21:38:54 +02:00
requests/user Add test for trying to delete account while an export is pending 2022-07-16 21:29:20 +02:00
shared_examples Update `Ajax::RelationshipController` to use usernames; Test Use Case 2022-01-23 16:48:53 +01:00
support appease the robot canine 2022-06-21 21:41:51 +02:00
workers Refactor Ajax::QuestionController#create into separate UseCases 2022-07-17 10:05:20 +02:00
rails_helper.rb Add tests for toggling unmask 2022-06-26 21:07:28 +02:00
spec_helper.rb Remove useless specs 2020-04-19 22:31:43 +02:00