Retrospring/spec/controllers
Georg Gadinger 5c4ab05d4e get rid of RSpec deprecation warning
Using `should_not` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead. Called from /Users/foxy/src/Retrospring/retrospring/spec/controllers/well_known/node_info_controller_spec.rb:84:in `block (4 levels) in <top (required)>'.
2023-01-06 13:53:32 +01:00
..
admin Add tests for `Admin::DashboardController` 2022-11-21 20:26:01 +01:00
ajax Remove warning in WebPush controller test 2023-01-03 18:12:13 +01:00
moderation Rename index action to show action 2022-08-21 13:17:45 +02:00
settings Add tests for subscription management 2023-01-02 11:50:48 +01:00
user typoed_email_validator: check for valid TLDs 2022-10-13 21:38:54 +02:00
well_known get rid of RSpec deprecation warning 2023-01-06 13:53:32 +01:00
about_controller_spec.rb Appease the dog overlords 2022-07-18 23:24:05 +02:00
anonymous_block_controller_spec.rb Fix lints 2022-11-21 23:07:18 +01:00
answer_controller_spec.rb Fix lints 2022-11-16 22:34:57 +01:00
feedback_controller_spec.rb Move consent POST-logic to separate action 2022-01-22 22:50:32 +01:00
inbox_controller_spec.rb Add tests for InboxController 2022-11-18 23:35:38 +01:00
link_filter_controller_spec.rb Appease the dog overlords 2022-07-18 23:24:05 +02:00
manifests_controller_spec.rb Appease the dog overlods 2022-07-18 23:09:53 +02:00
moderation_controller_spec.rb Add tests for toggling unmask 2022-06-26 21:07:28 +02:00
notifications_controller_spec.rb Add test for `NotificationsController` 2022-07-05 23:23:37 +02:00
services_controller_spec.rb Add tests for services settings page 2023-01-02 09:34:08 +01:00
timeline_controller_spec.rb Add tests for new instance variables in TimelineController 2022-10-24 23:19:39 +02:00
user_controller_spec.rb fix display conditions of profile questions 2022-12-27 22:07:21 +00:00