roshreview / derail_specs

A simple gem that makes it easy to write integration specs outside of the rails environment with transactional rollbacks. Useful for mobile apps, react, react-native, and the likes.
MIT License
24 stars 0 forks source link

Implement request logging #9

Open grepsedawk opened 3 years ago

alexfaber2011 commented 3 years ago

Logging all requests will definitely be useful, but logging at least the reset-transaction and factory-bot/create routes will help. Thanks!