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 a4859446ab Coverage for remote follows (#2694)
* Add coverage for create with empty acct value

* Add coverage for create with webfinger failure

* Add coverage for create with webfinger providing bad values

* Add coverage for create when webfinger is good

* Add coverage for session[:remote_follow] having data

* Simplify how remote follow pulls acct from session

* Remote follow behaves more like model

* Move the discovery portions of remote follow out of controller

* Check for suspended accounts
8 years ago
..
controllers Coverage for remote follows (#2694) 8 years ago
fabricators More status specs (#2564) 8 years ago
features
fixtures Punycode URI normalization (#2370) 8 years ago
helpers Ensure i18n matches options (#2358) 8 years ago
javascript
lib Revert "Use PostgreSQL inheritance for blocks and mutes (#2520)" (#2634) 8 years ago
mailers
models Filter on allowed user language preferences (#2361) 8 years ago
presenters
requests Restful refactor of accounts/ routes (#2133) 8 years ago
routing Restful refactor of accounts/ routes (#2133) 8 years ago
services Set correct attachment type for rejected media (#2599) 8 years ago
support/matchers/model
views Fix broken view spec for about/links (#2591) 8 years ago
rails_helper.rb Followers-only post federation (#2111) 8 years ago
spec_helper.rb