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 Add specs for PostStatusService 2017-04-07 14:21:16 -04:00
fixtures Imports controller errors (#1553) 2017-04-11 21:40:14 +02:00
helpers Remove unused methods from StreamEntriesHelper (#1365) 2017-04-11 19:32:02 +02:00
javascript When avatar/header are GIF, generate static versions (#1428) 2017-04-11 00:38:58 +02:00
lib Fix #555 - Use a better URL parser 2017-02-22 19:35:11 +01:00
mailers Add digest e-mails 2017-03-04 00:00:48 +01:00
models Refactor exports controller (#1567) 2017-04-11 22:00:43 +02:00
presenters Clean up about page (#1282) 2017-04-09 14:47:25 +02:00
requests Ignore implied formats for catch all route requests (#1340) 2017-04-09 14:39:41 +02:00
services Fix #1141, fix #1126 - Avatar/profile info fetching (#1215) 2017-04-08 13:26:03 +02:00
support/matchers/model add more tests to models 2017-04-05 00:29:56 +02:00
i18n_spec.rb Improve docs 2017-02-11 16:21:07 +01:00
rails_helper.rb add more tests to models 2017-04-05 00:29:56 +02:00
spec_helper.rb Fix tests 2017-01-29 12:25:10 +01:00