So I was trying to get my Hobo app to play nice with RSpec, but there are quite some caveats.
Views
RSpec uses it’s own controller instead of the one that actually belongs to your view. Hobo tries to get the name of helper belonging to the controller by looking at it’s class name. But this will [...]