1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-04 09:48:18 +09:00
mastodon/spec/models
2024-11-25 08:19:16 +00:00
..
account Fix RSpec/VerifiedDoubles cop () 2023-06-22 14:55:22 +02:00
account_suggestions Fix in memoriam accounts appearing in follow recommendations () 2024-08-19 15:55:42 +00:00
admin Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
concerns Use nil instead of false for datetime value in spec () 2024-11-18 09:31:25 +00:00
form Form::Import spec reduce factories () 2024-11-18 09:22:09 +00:00
trends Update rubocop-rspec to version 2.22.0, fix RSpec/IndexedLet cop () 2023-06-14 16:44:37 +02:00
user_settings Fix minor typos in comments and spec names () 2023-05-19 17:13:29 +02:00
web Fix RSpec/EmptyExampleGroup cop () 2023-07-28 23:15:33 +02:00
account_alias_spec.rb Add coverage for AccountAlias validations () 2024-10-23 06:39:19 +00:00
account_conversation_spec.rb Fix RSpec/DescribedClass cop () 2023-06-06 13:58:33 +02:00
account_deletion_request_spec.rb Add coverage for AccountDeletionRequest class () 2024-09-18 13:29:57 +00:00
account_domain_block_spec.rb Check both before/after state in AccountDomainBlock spec () 2024-06-11 13:59:56 +00:00
account_filter_spec.rb Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
account_migration_spec.rb Simplify model validation specs for AccountMigration () 2024-10-25 08:02:13 +00:00
account_moderation_note_spec.rb Simplify model validation spec in AccountModerationNote/ReportNote () 2024-10-24 12:52:38 +00:00
account_spec.rb Move account silence-related methods to concern () 2024-11-11 08:29:55 +00:00
account_statuses_cleanup_policy_spec.rb Simplify model validation specs for AccountStatusCleanupPolicy () 2024-10-25 08:41:24 +00:00
account_warning_preset_spec.rb Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
account_warning_spec.rb Add coverage for model normalizations () 2024-09-04 05:12:40 +00:00
announcement_spec.rb Simplify model validation specs for Announcement () 2024-10-23 07:47:46 +00:00
appeal_spec.rb Top off coverage for Appeal model () 2024-10-23 06:42:57 +00:00
block_spec.rb Expand coverage for Block model () 2024-10-15 13:30:17 +00:00
bookmark_spec.rb Add coverage for Bookmark validation and reblog/status check callback () 2024-09-16 07:52:22 +00:00
bulk_import_spec.rb Add age/expiry duration constants to BulkImport class () 2024-11-12 08:57:06 +00:00
canonical_email_block_spec.rb Clean up of RSpec/LetSetup within spec/models () 2023-12-21 09:18:38 +00:00
conversation_spec.rb Fix RSpec/InferredSpecType cop () 2023-05-04 05:49:53 +02:00
custom_emoji_category_spec.rb Simplify basic presence validations () 2024-09-05 15:36:05 +00:00
custom_emoji_filter_spec.rb Update rubocop-rspec to version 2.22.0, fix RSpec/IndexedLet cop () 2023-06-14 16:44:37 +02:00
custom_emoji_spec.rb Add validation coverage for CustomEmoji shortcode value () 2024-09-16 07:53:03 +00:00
custom_filter_keyword_spec.rb Add CustomFilterKeyword#to_regex method () 2024-01-25 13:00:34 +00:00
custom_filter_spec.rb Simplify basic presence validations () 2024-09-05 15:36:05 +00:00
domain_allow_spec.rb Simplify model validation specs for DomainAllow () 2024-10-25 08:42:14 +00:00
domain_block_spec.rb Reinforce coverage for DomainBlock model () 2024-10-14 12:51:01 +00:00
email_domain_block_spec.rb Fix RSpec/MissingExampleGroupArgument cop () 2023-06-06 15:51:42 +02:00
export_spec.rb Extract ExportSummary class for account object counts () 2024-10-03 13:09:58 +00:00
extended_description_spec.rb Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
favourite_spec.rb Fix RSpec/DescribedClass cop () 2023-06-06 13:58:33 +02:00
featured_tag_spec.rb Avoid latest featured tag use on post removal unless necessary () 2024-11-06 10:51:54 +00:00
follow_request_spec.rb Change lists to reflect added and removed users retroactively () 2024-11-19 10:04:12 +00:00
follow_spec.rb Fortify coverage for Follow model () 2024-10-23 07:46:55 +00:00
home_feed_spec.rb Remove caching in cache_collection () 2024-04-08 13:46:13 +00:00
identity_spec.rb Merge pull request from GHSA-vm39-j3vx-pch3 2024-02-14 15:16:07 +01:00
import_spec.rb Simplify basic presence validations () 2024-09-05 15:36:05 +00:00
instance_spec.rb Add specs for Instance model scopes and add with_domain_follows scope () 2024-01-25 15:28:27 +00:00
invite_spec.rb Fix RSpec/InferredSpecType cop () 2023-05-04 05:49:53 +02:00
ip_block_spec.rb Simplify uniqueness validation spec for IpBlock () 2024-10-24 12:43:40 +00:00
list_account_spec.rb Remove follow creation from ListAccount fabricator () 2024-09-16 08:56:40 +00:00
list_spec.rb Fix list creation limit check () 2024-11-13 10:22:11 +00:00
login_activity_spec.rb Add LoginActivity model spec and BrowserDetection concern shared example () 2024-11-19 09:15:05 +00:00
marker_spec.rb Simplify basic presence validations () 2024-09-05 15:36:05 +00:00
media_attachment_spec.rb Simplify basic presence validations () 2024-09-05 15:36:05 +00:00
mention_spec.rb Simplify basic presence validations () 2024-09-05 15:36:05 +00:00
notification_policy_spec.rb Fix notification requests from suspended accounts still being listed () 2024-10-09 17:29:02 +00:00
notification_request_spec.rb Change notification requests to only count mentions () 2024-08-07 11:12:36 +00:00
notification_spec.rb Combine assertions in Notification model spec () 2024-09-23 10:45:34 +00:00
poll_spec.rb Extend spec coverage for Poll model () 2024-10-15 12:48:10 +00:00
poll_vote_spec.rb Fix RSpec/InferredSpecType cop () 2023-05-04 05:49:53 +02:00
preview_card_provider_spec.rb Add reviewed and unreviewed scopes to Reviewable model concern () 2024-09-20 08:51:37 +00:00
preview_card_spec.rb Simplify model validation specs for PreviewCard () 2024-10-25 07:55:33 +00:00
preview_card_trend_spec.rb Add coverage for StatusTrend and PreviewCardTrend models, add locales class method to RankedTrend () 2024-10-29 15:46:32 +00:00
privacy_policy_spec.rb Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
public_feed_spec.rb Reduce factory creation (73 -> 64) in PublicFeed spec () 2024-10-15 13:10:29 +00:00
relationship_filter_spec.rb Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
relationship_severance_event_spec.rb Add notifications of severed relationships () 2024-03-20 15:37:21 +00:00
relay_spec.rb Add coverage for model normalizations () 2024-09-04 05:12:40 +00:00
remote_follow_spec.rb Fix RSpec/ContextWording cop () 2023-05-04 05:49:08 +02:00
report_filter_spec.rb Add relevant_params to ReportFilter (matches account filter) () 2024-10-02 13:24:40 +00:00
report_note_spec.rb Simplify model validation spec in AccountModerationNote/ReportNote () 2024-10-24 12:52:38 +00:00
report_spec.rb Add AccountWarning case to Report#history spec () 2024-11-20 07:52:00 +00:00
rule_spec.rb Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
scheduled_status_spec.rb Add Specs for Scheduled Status Model Validations () 2024-06-10 14:52:33 +00:00
session_activation_spec.rb Add LoginActivity model spec and BrowserDetection concern shared example () 2024-11-19 09:15:05 +00:00
setting_spec.rb Clean up Setting model and remove dead code () 2024-01-09 14:01:53 +00:00
severed_relationship_spec.rb Add notifications of severed relationships () 2024-03-20 15:37:21 +00:00
site_upload_spec.rb Fix RSpec/DescribedClass cop () 2023-06-06 13:58:33 +02:00
software_update_spec.rb Add coverage for malformed version cleanup in SoftwareUpdateCheckService, add helper query methods () 2024-11-14 14:03:57 +00:00
status_edit_spec.rb Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
status_pin_spec.rb Enhance coverage for StatusPin model () 2024-10-28 07:34:58 +00:00
status_spec.rb Use likes and shares totalItems on status creations and updates () 2024-10-28 04:55:18 +00:00
status_trend_spec.rb Add coverage for StatusTrend and PreviewCardTrend models, add locales class method to RankedTrend () 2024-10-29 15:46:32 +00:00
tag_feed_spec.rb Enable "zero monkey patching" mode in RSpec () 2024-09-04 05:12:25 +00:00
tag_spec.rb Add Reviewable model concern () 2024-09-03 15:37:45 +00:00
tombstone_spec.rb Add model spec for Tombstone () 2024-10-31 13:27:47 +00:00
user_role_spec.rb Add coverage for UserRole validations () 2024-11-25 08:18:07 +00:00
user_settings_spec.rb Fix RSpec/DescribedClass cop () 2024-03-13 15:42:39 +00:00
user_spec.rb Add coverage for User validations () 2024-11-25 08:18:10 +00:00
webauthn_credential_spec.rb Simplify model validation specs for WebauthnCredential () 2024-10-25 07:55:45 +00:00
webhook_spec.rb Add coverage for Webhook validations () 2024-11-25 08:19:16 +00:00