RailsCasts Pro episodes are now free!

Learn more or hide this

Pavel Pravosud's Profile

GitHub User: rwz

Site: http://pavel.pravosud.com

Comments by Pavel Pravosud

Avatar

So, the only advantage of QC over DJ is that in uses some internal postgres hooks and doesn't hit database every n seconds like DJ, right?

In that case DJ is still far more advanced and feature-rich and i see no reasons considering QC over it.

Avatar

Same here. The error happens when i include ActionView::TestCase::Behavior. I'm using rails 3.1.1. The setup action is called inside the Behavior module itself. So, how do i get access to views in RSpec?