Skip to content

Instantly share code, notes, and snippets.

@antillas21
Created July 17, 2012 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antillas21/3132604 to your computer and use it in GitHub Desktop.
Save antillas21/3132604 to your computer and use it in GitHub Desktop.
ctsteps.auth cucumber
~/Documents/Apps/TangoSource/ctsteps-authorization-server [testing]$ rake cucumber
/Users/aantillon/.rvm/rubies/ruby-1.9.3-p194/bin/ruby -S bundle exec cucumber --profile default
Using the default profile...
Feature: Change password
Background: # features/change_password.feature:3
Given a client # features/step_definitions/homepage_backrgound_steps.rb:2
And I have an account # features/step_definitions/forgot_password_steps.rb:1
execution expired (Timeout::Error)
/Users/aantillon/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/smtp.rb:540:in `initialize'
/Users/aantillon/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/smtp.rb:540:in `open'
/Users/aantillon/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/smtp.rb:540:in `tcp_socket'
/Users/aantillon/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/smtp.rb:549:in `block in do_start'
/Users/aantillon/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/smtp.rb:549:in `do_start'
/Users/aantillon/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/smtp.rb:519:in `start'
./app/observers/resource_owner_observer.rb:44:in `deliver_welcome_mailer'
./app/observers/resource_owner_observer.rb:29:in `after_create'
./features/step_definitions/forgot_password_steps.rb:6:in `/^I have an account$/'
features/change_password.feature:5:in `And I have an account'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment