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/controllers
Matt Jankowski b155e6ccf5 Fix issue with intermittent api/v1/notifications failure (#1606)
The spec was checking the activity_id of the activities held in notifications
within the controller.

Because the activities are different models, it is possible that they are
created with the same database IDs, and when they are this spec fails because an
activity which should not count as a match is counted as one.
9 years ago
..
admin Admin base controller (#1465) 9 years ago
api Fix issue with intermittent api/v1/notifications failure (#1606) 9 years ago
auth Fix /api/v1/accounts/update_credentials tests (#1357) 9 years ago
oauth Fix OAuth authorization page and add a spec for it 9 years ago
settings Refactor exports controller (#1567) 9 years ago
about_controller_spec.rb Clean up about page (#1282) 9 years ago
accounts_controller_spec.rb Add test 9 years ago
authorize_follow_controller_spec.rb Add ability to use remote follow function on other sites 9 years ago
home_controller_spec.rb Fix OAuth authorization page and add a spec for it 9 years ago
stream_entries_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 10 years ago
tags_controller_spec.rb Fix OAuth authorization page and add a spec for it 9 years ago
xrd_controller_spec.rb Clean up generation of account webfinger string (#1477) 9 years ago