You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/models
Matt Jankowski 11e0049b08
Use enum-generated scopes/queries for `BulkImport` (#29975)
11 months ago
..
account
account_suggestions Revert friends-of-friends follow recommendation query to using a CTE (#29619) 12 months ago
admin Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 1 year ago
concerns Use Rails `upsert` to generate update_count! query in Counters concern (#28738) 11 months ago
form Use enum-generated scopes/queries for `BulkImport` (#29975) 11 months ago
trends
user_settings
web
account_conversation_spec.rb
account_domain_block_spec.rb
account_filter_spec.rb
account_migration_spec.rb
account_spec.rb Fix `RSpec/DescribedClass` cop (#29472) 12 months ago
account_statuses_cleanup_policy_spec.rb Reduce factory creation in `spec/models/account_statuses_cleanup_policy` (#28361) 1 year ago
account_warning_preset_spec.rb
announcement_spec.rb Announcement reactions query spec improvement and refactor (#28768) 1 year ago
appeal_spec.rb
block_spec.rb
canonical_email_block_spec.rb Clean up of `RSpec/LetSetup` within `spec/models` (#28444) 1 year ago
conversation_spec.rb
custom_emoji_category_spec.rb
custom_emoji_filter_spec.rb
custom_emoji_spec.rb Use normalizes to prepare CustomEmoji `domain` value (#28624) 1 year ago
custom_filter_keyword_spec.rb Add `CustomFilterKeyword#to_regex` method (#28893) 1 year ago
custom_filter_spec.rb Use `normalizes` on `CustomFilter#context` value (#27602) 12 months ago
domain_allow_spec.rb Remove unused `matches_domain` scopes on Account, DomainAllow, DomainBlock (#28803) 1 year ago
domain_block_spec.rb
email_domain_block_spec.rb
export_spec.rb
extended_description_spec.rb
favourite_spec.rb
follow_request_spec.rb
follow_spec.rb
home_feed_spec.rb Remove caching in `cache_collection` (#29862) 11 months ago
identity_spec.rb Merge pull request from GHSA-vm39-j3vx-pch3 1 year ago
import_spec.rb
instance_spec.rb Add specs for `Instance` model scopes and add `with_domain_follows` scope (#28767) 1 year ago
invite_spec.rb
ip_block_spec.rb Improve `IpBlock` model test coverage (#29460) 1 year ago
marker_spec.rb
media_attachment_spec.rb Reduce `RSpec/MultipleExpectations` in media_attachment spec (#29228) 1 year ago
mention_spec.rb
notification_policy_spec.rb Add notification policies and notification requests in web UI (#29433) 12 months ago
notification_request_spec.rb Add notification policies and notification requests in web UI (#29433) 12 months ago
notification_spec.rb Misc coverage improvements re: sidekiq/inline (#28651) 1 year ago
one_time_key_spec.rb
poll_spec.rb
poll_vote_spec.rb
preview_card_provider_spec.rb
preview_card_spec.rb
privacy_policy_spec.rb Fix `RSpec/DescribedClass` cop (#29472) 12 months ago
public_feed_spec.rb
relationship_filter_spec.rb
relationship_severance_event_spec.rb Add notifications of severed relationships (#27511) 12 months ago
remote_follow_spec.rb
report_filter_spec.rb
report_spec.rb Fix already-invalid reports failing to resolve (#29027) 1 year ago
rule_spec.rb
session_activation_spec.rb
setting_spec.rb Clean up `Setting` model and remove dead code (#28661) 1 year ago
severed_relationship_spec.rb Add notifications of severed relationships (#27511) 12 months ago
site_upload_spec.rb
software_update_spec.rb
status_edit_spec.rb
status_pin_spec.rb Reduce `.times` usage in `StatusPin` and add `PIN_LIMIT` constant in validator (#27945) 1 year ago
status_spec.rb Clean up `tagged_with_*` Status specs, fix `RSpec/LetSetup` cop (#28462) 1 year ago
tag_feed_spec.rb Remove erroneous service type on `TagFeed` model spec (#29302) 1 year ago
tag_spec.rb Add `not_featured_by` scope to Tag (#28815) 11 months ago
user_role_spec.rb Fix `RSpec/DescribedClass` cop (#29472) 12 months ago
user_settings_spec.rb Fix `RSpec/DescribedClass` cop (#29472) 12 months ago
user_spec.rb Use composable query in `User.active` scope (#29775) 11 months ago
webauthn_credentials_spec.rb
webhook_spec.rb