Rspec/Capybara not showing Rails errors?

No worries.

By the way, one good way to debug stuff like this is with good old-fashioned puts.

I like to do puts page.body right before the line where it blows up. In this case, you would have seen that better_errors was capturing things pretty much right away.