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 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.
8 years ago
..
controllers Fix issue with intermittent api/v1/notifications failure (#1606) 8 years ago
fabricators Add specs for PostStatusService 8 years ago
fixtures Imports controller errors (#1553) 8 years ago
helpers Remove unused methods from StreamEntriesHelper (#1365) 8 years ago
javascript When avatar/header are GIF, generate static versions (#1428) 8 years ago
lib Fix #555 - Use a better URL parser 8 years ago
mailers Add digest e-mails 8 years ago
models Refactor exports controller (#1567) 8 years ago
presenters Clean up about page (#1282) 8 years ago
requests Ignore implied formats for catch all route requests (#1340) 8 years ago
services Fix #1141, fix #1126 - Avatar/profile info fetching (#1215) 8 years ago
support/matchers/model add more tests to models 8 years ago
i18n_spec.rb Improve docs 8 years ago
rails_helper.rb add more tests to models 8 years ago
spec_helper.rb Fix tests 8 years ago