@site.entries.published.should_receive(:find)
@site.entries.published.find(:all)
# Fails:
Spec::Mocks::MockExpectationError in 'ServedSiteController#get :entries should find all'
Mock 'ActiveRecord::NamedScope::Scope' expected :find with (any args) once, but received it 0 times