Update the testing config for PaperTrail / Event history
I am not sure why this broke, but this seems good enough...
Currently, the history is outputting to the page info about EventUsers, but that's not reported in the event.versions call.
This makes some sense based on the controller code (which augments event.versions with a bunch of data), but this
doesn't explain the change in test behavior.
In any event, the controller code is quite ugly and should be refactored into an actualy testable model method...and we can then dispense with this entire file.
Changes proposed in this pull request:
webdrivers
gem to 5.2.0 so it works on M1I am not sure why this broke, but this seems good enough...
Currently, the history is outputting to the page info about EventUsers, but that's not reported in the
event.versions
call. This makes some sense based on the controller code (which augments event.versions with a bunch of data), but this doesn't explain the change in test behavior.In any event, the controller code is quite ugly and should be refactored into an actualy testable model method...and we can then dispense with this entire file.
-