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.
2017-04-12 15:53:54 +02:00
..
controllers Fix issue with intermittent api/v1/notifications failure (#1606) 2017-04-12 15:53:54 +02:00
fabricators
fixtures Imports controller errors (#1553) 2017-04-11 21:40:14 +02:00
helpers
javascript
lib
mailers
models Refactor exports controller (#1567) 2017-04-11 22:00:43 +02:00
presenters
requests
services
support/matchers/model
i18n_spec.rb
rails_helper.rb
spec_helper.rb