The following is valid ColdBox handler code:
This outputs in the browser correctly.
If you run this using a test, though, the data is not available from `event.getRenderData()`:
It’s not because the base test case stores the results in the rc.
This is already documented in the integration testing docs
I don’t think it’s a good idea to have to check two different places for my data. If it’s the same to the user I should be able to switch between them without changing my test code.