Created
June 27, 2012 17:50
-
-
Save swalberg/3005664 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
| SeanWalbergsMacBookPro:versapay(master) $ rake test | |
| /Users/sean/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby -I"lib:lib:test" -I"/Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/rake-0.9.2.2/lib" "/Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/**/*_test.rb" | |
| Loaded suite /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/rake-0.9.2.2/lib/rake/rake_test_loader | |
| Started | |
| .......EEEEE....... | |
| Finished in 0.014907 seconds. | |
| 1) Error: | |
| test_creating_a_credit_card_link(HelperTest): | |
| RuntimeError: In order to use #url_for, you must include routing helpers explicitly. For instance, `include Rails.application.routes.url_helpers | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/abstract_controller/url_for.rb:14:in `_routes' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/action_view/test_case.rb:232:in `method_missing' | |
| ./lib/versapay/rails_helpers.rb:24:in `payment_checkout_link' | |
| /Users/sean/work/versapay/test/helper_test.rb:25:in `test_creating_a_credit_card_link' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `run' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:425:in `_run__547431399__setup__4__callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:65:in `run' | |
| 2) Error: | |
| test_creating_a_credit_card_link_to(HelperTest): | |
| RuntimeError: In order to use #url_for, you must include routing helpers explicitly. For instance, `include Rails.application.routes.url_helpers | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/abstract_controller/url_for.rb:14:in `_routes' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/action_view/test_case.rb:232:in `method_missing' | |
| ./lib/versapay/rails_helpers.rb:24:in `payment_checkout_link' | |
| ./lib/versapay/rails_helpers.rb:10:in `payment_checkout_link_to' | |
| /Users/sean/work/versapay/test/helper_test.rb:20:in `test_creating_a_credit_card_link_to' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `run' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:425:in `_run__547431399__setup__4__callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:65:in `run' | |
| 3) Error: | |
| test_creating_a_debit_agreement_link(HelperTest): | |
| RuntimeError: In order to use #url_for, you must include routing helpers explicitly. For instance, `include Rails.application.routes.url_helpers | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/abstract_controller/url_for.rb:14:in `_routes' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/action_view/test_case.rb:232:in `method_missing' | |
| ./lib/versapay/rails_helpers.rb:15:in `debit_agreement_link' | |
| /Users/sean/work/versapay/test/helper_test.rb:30:in `test_creating_a_debit_agreement_link' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `run' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:425:in `_run__547431399__setup__4__callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:65:in `run' | |
| 4) Error: | |
| test_creating_a_debit_agreement_link_to(HelperTest): | |
| RuntimeError: In order to use #url_for, you must include routing helpers explicitly. For instance, `include Rails.application.routes.url_helpers | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/abstract_controller/url_for.rb:14:in `_routes' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/action_view/test_case.rb:232:in `method_missing' | |
| ./lib/versapay/rails_helpers.rb:15:in `debit_agreement_link' | |
| ./lib/versapay/rails_helpers.rb:5:in `debit_agreement_link_to' | |
| /Users/sean/work/versapay/test/helper_test.rb:10:in `test_creating_a_debit_agreement_link_to' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `run' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:425:in `_run__547431399__setup__4__callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:65:in `run' | |
| 5) Error: | |
| test_creating_a_debit_agreement_link_to_with_extra_options(HelperTest): | |
| RuntimeError: In order to use #url_for, you must include routing helpers explicitly. For instance, `include Rails.application.routes.url_helpers | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/abstract_controller/url_for.rb:14:in `_routes' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/actionpack-3.2.3/lib/action_view/test_case.rb:232:in `method_missing' | |
| ./lib/versapay/rails_helpers.rb:15:in `debit_agreement_link' | |
| ./lib/versapay/rails_helpers.rb:5:in `debit_agreement_link_to' | |
| /Users/sean/work/versapay/test/helper_test.rb:15:in `test_creating_a_debit_agreement_link_to_with_extra_options' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:67:in `run' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:425:in `_run__547431399__setup__4__callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `send' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
| /Users/sean/.rvm/gems/ree-1.8.7-2012.02/gems/activesupport-3.2.3/lib/active_support/testing/setup_and_teardown.rb:65:in `run' | |
| 19 tests, 25 assertions, 0 failures, 5 errors | |
| rake aborted! | |
| Command failed with status (1): [/Users/sean/.rvm/rubies/ree-1.8.7-2012.02/...] | |
| Tasks: TOP => test | |
| (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