编辑
我决定,这应该足够了:
it 'should send an email' do user put :complete,params user.send(:send_confirmation_notification?).should == true end
如果我错过了什么,请告诉我.
https://github.com/plataformatec/devise/blob/master/test/mailers/confirmation_instructions_test.rb