I am using cucumber + capybara and when I run rake cucumber I get fancy cucumber scenario output in terminal.
But when I run app with rails server then I get various useful
debug info about controllers, views, sql, etc..
Is there any way to run cucumber and get rails debug output in addition to (or instead of) cucumber’s one ?
When you run
rake cucumber, controller activities will be logged tolog/test.logorlog/cucumber.log(this depends on your configuration).