Created
October 15, 2009 03:20
-
-
Save clayton/210636 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
And I should receive an email #features/step_definitions/email_steps.rb:51 | |
undefined method `unread_emails_for' for #<ActionController::Integration::Session:0x102aea080> (NoMethodError) | |
./features/step_definitions/email_steps.rb:52:in `/^(?:I|they|"([^"]*?)") should receive (an|no|\d+) emails?$/' | |
features/user_signup.feature:20:in `And I should receive an email' | |
============== | |
bmabey-email_spec (0.3.4) | |
Authors: Ben Mabey, Aaron Gibralter, Mischa Fierer | |
Rubyforge: http://rubyforge.org/projects/email-spec | |
Homepage: http://github.com/bmabey/email-spec/ | |
Installed at: /Users/clayton/.gem/ruby/1.8 | |
Easily test email in rspec and cucumber | |
============== | |
config.gem 'cucumber', :lib => false, :version => '>=0.4.2' unless File.directory?(File.join(Rails.root, 'vendor/plugins/cucumber')) | |
config.gem 'webrat', :lib => false, :version => '>=0.5.0' unless File.directory?(File.join(Rails.root, 'vendor/plugins/webrat')) | |
config.gem 'rspec', :lib => false, :version => '>=1.2.8' unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec')) | |
config.gem 'rspec-rails', :lib => false, :version => '>=1.2.7.1' unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec-rails')) | |
config.gem 'bmabey-email_spec', :lib => false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment