user = Factory.create(:user) user.stub(:valid?).and_return(false) post :create, :user => user