Created
April 8, 2009 22:59
-
-
Save tammersaleh/92108 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [tsaleh@tardis:~/code/mgs master ∴ ] rake spec | |
| (in /Users/tsaleh/code/mgs) | |
| ....F................FP..P............ | |
| Pending: | |
| BackgroundHelper with fixtures loaded seller_reminder_emails should call PostSaleMailer with result (Not Yet Implemented) | |
| BackgroundHelper with fixtures loaded buyer_reminder_emails should call PostSaleMailer with result (Not Yet Implemented) | |
| 1) | |
| ActiveRecord::RecordNotFound in 'User with fixtures loaded should be able to find all sellers who have payments pending' | |
| Couldn't find Variable with ID=9 | |
| /Users/tsaleh/code/mgs/config/../app/models/variable.rb:61:in `days_to_buyer_receipt_auto_confirmation' | |
| /Users/tsaleh/code/mgs/config/../app/models/user.rb:371:in `find_all_sellers_who_have_payments_pending' | |
| ./spec/models/user_spec.rb:41: | |
| 2) | |
| ActiveRecord::RecordNotFound in 'MgsMailer should attach the tracker bcc on a pass it on' | |
| Couldn't find EmailType with ID=1 | |
| /Users/tsaleh/code/mgs/config/../app/models/email_type.rb:15:in `find_pass_it_on' | |
| ./spec/models/mgs_mailer_spec.rb:8: | |
| Finished in 2.087735 seconds | |
| 38 examples, 2 failures, 2 pending | |
| rake aborted! | |
| Command /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"/Library/Ruby/Gems/1.8/gems/rspec-1.1.4/lib" "/Library/Ruby/Gems/1.8/gems/rspec-1.1.4/bin/spec" "spec/controllers/admin_controller_spec.rb" "spec/controllers/application_controller_spec.rb" "spec/controllers/ipn_controller_spec.rb" "spec/controllers/mgs_controller_spec.rb" "spec/models/address_spec.rb" "spec/models/background_helper_spec.rb" "spec/models/ipn_spec.rb" "spec/models/mgs_mailer_spec.rb" "spec/models/order_spec.rb" "spec/models/pass_it_on_spec.rb" "spec/models/photo_spec.rb" "spec/models/product_spec.rb" "spec/models/user_spec.rb" "spec/models/variable_spec.rb" --options "/Users/tsaleh/code/mgs/config/../spec/spec.opts" failed | |
| (See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment