Closed jmcvetta closed 3 years ago
Code Climate has analyzed commit 73a5813c and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 95.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 94.9% (0.1% change).
View more on Code Climate.
This PR closes #126 by adding an acceptance test for a user going from invited status to registered status.
Since we have not found a solution to #92, this acceptance test uses
go-vcr
to playback a recording of actual API interactions. In the recorded session I manually accepted the emailed invitation, causing therollbar_user
resource to change status frominvited
toregistered
.Closes #92
See also #108