blackst0ne
b44a2c801a
Update specs to rails5 format
...
Updates specs to use new rails5 format.
The old format:
`get :show, { some: params }, { some: headers }`
The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Stan Hu
49d8c1c891
Simplify spec
2017-03-24 15:10:26 -07:00
Stan Hu
7cad597f6c
Revert "Merge branch '8836-mr-revert' into 'master'
...
This reverts commit 68e40bd49f
, reversing
changes made to 2d1f823b4c
.
2017-03-16 20:18:57 -07:00
Stan Hu
203bb0bc54
Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'
...
This reverts commit 5e96668803
, reversing
changes made to b35378a938
.
2017-03-15 11:51:08 -07:00
Richard Macklin
0e2c96e709
Use let
in Profiles::NotificationsController spec
2017-02-03 20:49:45 -08:00
Richard Macklin
946efd9fa6
Add missing newline in Profiles::NotificationsController spec
2017-02-01 11:31:22 -08:00
Richard Macklin
0a0207ea91
Add notified_of_own_activity to permitted attributes
...
in Profiles::NotificationsController#update
2017-02-01 11:31:21 -08:00
Richard Macklin
67cec150cc
Add controller spec for Profiles::NotificationsController
2017-02-01 11:17:36 -08:00