]> cat aescling's git repositories - mastodon.git/commit
Fix test-related issues (#17888)
authorClaire <claire.github-309c@sitedethib.com>
Mon, 28 Mar 2022 10:43:58 +0000 (12:43 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Mar 2022 10:43:58 +0000 (12:43 +0200)
commit30658924a80434e6a2bceb61267b911ea8d37898
tree2b461a8191e566a06370682c9e872d329beb7fa4
parent56edc6552f71a1f58fd8ca5ea2f0603015be0c2c
Fix test-related issues (#17888)

* Remove obsolete RSS::Serializer test

Since #17828, RSS::Serializer no longer has specific code for deleted statuses,
but it is never called on deleted statuses anyway.

* Rename erroneously-named test files

* Fix failing test

* Fix test deprecation warnings

* Update CircleCI Ruby orb

1.4.0 has a bug that does not match all the test files due to incorrect
globbing
.circleci/config.yml
spec/controllers/admin/accounts_controller_spec.rb
spec/controllers/settings/exports/bookmarks_controller_spec.rb [moved from spec/controllers/settings/exports/bookmarks_controller_specs.rb with 54% similarity]
spec/lib/html_aware_formatter_spec.rb [moved from spec/lib/html_aware_formatter.rb with 100% similarity]
spec/lib/rss/serializer_spec.rb
spec/services/after_block_service_spec.rb
spec/services/delete_account_service_spec.rb
spec/services/mute_service_spec.rb
spec/services/notify_service_spec.rb
spec/services/suspend_account_service_spec.rb
spec/services/unsuspend_account_service_spec.rb