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
Matt Jankowski 1480573c83
Add `Account.auditable` scope, fix N+1 in admin/action_logs#index (#28812)
1 year ago
..
chewy
config/initializers/rack
controllers Fix registrations not checking MX records for email domain blocks requiring approval (#28608) 1 year ago
fabrication
fabricators Move followable_by coverage to suggestions (#28697) 1 year ago
features Rename and refactor `User#confirm!` to `User#mark_email_as_confirmed!` (#28735) 1 year ago
fixtures Add spec coverage for `CLI::Emoji` class (#28182) 1 year ago
generators Fix flaky tests related to file creation (#28248) 1 year ago
helpers Remove unneeded settings cleanup from specs (#28425) 1 year ago
lib Finish up the CLI spec area pattern adoption for `CLI::Accounts#refresh` specs (#28764) 1 year ago
locales
mailers Add missing email previews for `AdminMailer` (#28044) 1 year ago
models Add `Account.auditable` scope, fix N+1 in admin/action_logs#index (#28812) 1 year ago
policies Rename and refactor `User#confirm!` to `User#mark_email_as_confirmed!` (#28735) 1 year ago
presenters Remove unneeded settings cleanup from specs (#28425) 1 year ago
requests Add coverage for `api/v1/peers/search` endpoint and extract controller query to Instance scope (#28796) 1 year ago
routing
search/models/concerns/account Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 1 year ago
serializers Add VAPID public key to instance serializer (#28006) 1 year ago
services Reduced repeated setup in `UnallowDomainService` spec (#28785) 1 year ago
support Use top-level `warn` in JS errors check (#28745) 1 year ago
system Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 1 year ago
validators Fix NULL MX handling and tighten DNS resolving specs (#28607) 1 year ago
views
workers Disable `Rails/SkipsModelValidations` cop (#28712) 1 year ago
rails_helper.rb Move streaming `around` config into manager class (#28684) 1 year ago
spec_helper.rb