chinwagsocial/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.
2017-04-12 15:53:54 +02:00
..
admin Admin base controller (#1465) 2017-04-10 21:27:03 +02:00
api Fix issue with intermittent api/v1/notifications failure (#1606) 2017-04-12 15:53:54 +02:00
auth Fix /api/v1/accounts/update_credentials tests (#1357) 2017-04-09 20:23:14 +02:00
oauth Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
settings Refactor exports controller (#1567) 2017-04-11 22:00:43 +02:00
about_controller_spec.rb Clean up about page (#1282) 2017-04-09 14:47:25 +02:00
accounts_controller_spec.rb Add test 2017-02-06 12:14:02 -08:00
authorize_follow_controller_spec.rb Add ability to use remote follow function on other sites 2016-12-29 16:54:54 +01:00
home_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
stream_entries_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 2016-09-08 00:33:07 +02:00
tags_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
xrd_controller_spec.rb Clean up generation of account webfinger string (#1477) 2017-04-10 22:58:06 +02:00