Maybe I'm missing something...I've started getting timeout errors due to
"perform_delivery_smtp". I've checked environment.rb and test.rb, and they
look fine. Any ideas why these tests are trying to send actual messages and
timing out? Needless to say, with timeout errors things run really slow...

1)
Timeout::Error in 'User being unsuspended reverts to active state'
execution expired
/Library/Ruby/Gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/base.rb:681:in
`perform_delivery_smtp'
/Library/Ruby/Gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/base.rb:523:in
`__send__'
/Library/Ruby/Gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/base.rb:523:in
`deliver!'
/Library/Ruby/Gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/base.rb:395:in
`method_missing'
/Users/vanweerd/work2/innerplate/app/models/user_observer.rb:8:in
`after_save'
...
/Users/vanweerd/work2/innerplate/vendor/plugins/acts_as_state_machine/lib/acts_as_state_machine.rb:201:in
`unsuspend!'
./spec/models/user_spec.rb:267:

Thanks,
Nick
-- 
Nicholas Van Weerdenburg
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to