Created
January 6, 2010 18:01
-
-
Save lancecarlson/270476 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
1) Error: | |
test_add_all_modules(ActiveRecordTest): | |
NameError: uninitialized constant ActiveRecordTest::Devisable | |
activesupport (2.3.5) lib/active_support/dependencies.rb:105:in `const_missing' | |
/test/models_test.rb:96:in `test_add_all_modules' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
2) Error: | |
test_add_validatable_module_only(ActiveRecordTest): | |
NameError: uninitialized constant ActiveRecordTest::IsValidatable | |
activesupport (2.3.5) lib/active_support/dependencies.rb:105:in `const_missing' | |
/test/models_test.rb:92:in `test_add_validatable_module_only' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
3) Error: | |
test_set_a_default_value_for_confirm_within(ActiveRecordTest): | |
NameError: uninitialized constant ActiveRecordTest::Configurable | |
activesupport (2.3.5) lib/active_support/dependencies.rb:105:in `const_missing' | |
/test/models_test.rb:113:in `test_set_a_default_value_for_confirm_within' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
4) Error: | |
test_set_a_default_value_for_pepper(ActiveRecordTest): | |
NameError: uninitialized constant ActiveRecordTest::Configurable | |
activesupport (2.3.5) lib/active_support/dependencies.rb:105:in `const_missing' | |
/test/models_test.rb:109:in `test_set_a_default_value_for_pepper' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
5) Error: | |
test_set_a_default_value_for_remember_for(ActiveRecordTest): | |
NameError: uninitialized constant ActiveRecordTest::Configurable | |
activesupport (2.3.5) lib/active_support/dependencies.rb:105:in `const_missing' | |
/test/models_test.rb:117:in `test_set_a_default_value_for_remember_for' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
6) Error: | |
test_set_a_default_value_for_stretches(ActiveRecordTest): | |
NameError: uninitialized constant ActiveRecordTest::Configurable | |
activesupport (2.3.5) lib/active_support/dependencies.rb:105:in `const_missing' | |
/test/models_test.rb:105:in `test_set_a_default_value_for_stretches' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
7) Error: | |
test_set_a_default_value_for_timeout_in(ActiveRecordTest): | |
NameError: uninitialized constant ActiveRecordTest::Configurable | |
activesupport (2.3.5) lib/active_support/dependencies.rb:105:in `const_missing' | |
/test/models_test.rb:121:in `test_set_a_default_value_for_timeout_in' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
8) Failure: | |
test_should_add_an_error_to_old_password_when_it_is_invalid(AuthenticatableTest) | |
[/test/models/authenticatable_test.rb:172:in `test_should_add_an_error_to_old_password_when_it_is_invalid' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<["invalid"]> expected to be =~ | |
</invalid/>. | |
9) Error: | |
test_should_not_update_password_with_invalid_confirmation(AuthenticatableTest): | |
NoMethodError: You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.[] | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/resource.rb:34:in `update_attributes' | |
vendor/plugins/devise/lib/devise/models/authenticatable.rb:65:in `update_with_password' | |
/test/models/authenticatable_test.rb:177:in `test_should_not_update_password_with_invalid_confirmation' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
10) Error: | |
test_should_update_password_with_valid_old_password(AuthenticatableTest): | |
NoMethodError: You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.[] | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/resource.rb:34:in `update_attributes' | |
vendor/plugins/devise/lib/devise/models/authenticatable.rb:65:in `update_with_password' | |
/test/models/authenticatable_test.rb:162:in `test_should_update_password_with_valid_old_password' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
11) Error: | |
test_destroyed_account_is_logged_out(AuthenticationTest): | |
NoMethodError: undefined method `destroy_all' for User:Class | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/relationship.rb:381:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/property.rb:240:in `method_missing' | |
/test/integration/authenticatable_test.rb:189:in `test_destroyed_account_is_logged_out' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run' | |
12) Failure: | |
test_should_add_error_to_new_user_email_if_no_email_was_found(ConfirmableTest) | |
[/test/models/confirmable_test.rb:137:in `test_should_add_error_to_new_user_email_if_no_email_was_found' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<"not found"> expected but was | |
<["not found"]>. | |
13) Failure: | |
test_should_be_active_when_confirmation_sent_at_is_not_overpast(ConfirmableTest) | |
[/test/support/assertions_helper.rb:3:in `assert_not' | |
/test/models/confirmable_test.rb:201:in `test_should_be_active_when_confirmation_sent_at_is_not_overpast' | |
/test/support/assertions_helper.rb:31:in `swap' | |
/test/models/confirmable_test.rb:193:in `test_should_be_active_when_confirmation_sent_at_is_not_overpast' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<false> is not true. | |
14) Failure: | |
test_should_clear_confirmation_token_while_confirming_a_user(ConfirmableTest) | |
[/test/support/assertions_helper.rb:11:in `assert_present' | |
/test/models/confirmable_test.rb:41:in `test_should_clear_confirmation_token_while_confirming_a_user' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<false> is not true. | |
15) Failure: | |
test_should_find_and_confirm_an_user_automatically(ConfirmableTest) | |
[/test/models/confirmable_test.rb:66:in `test_should_find_and_confirm_an_user_automatically' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<#<User @id=nil @username=nil @email=nil @encrypted_password=nil @password_salt=nil @confirmation_token=nil @confirmed_at=nil @confirmation_sent_at=nil @reset_password_token=nil @remember_token=nil @remember_created_at=nil @sign_in_count=nil @current_sign_in_at=nil @last_sign_in_at=nil @current_sign_in_ip=nil @last_sign_in_ip=nil @created_at=nil @updated_at=nil>> expected but was | |
<#<User @id=34 @username=nil @email="[email protected]" @encrypted_password="9612e202f14d57b2733a83e5ffa90624e739ce51" @password_salt="mWW56wXvk5eH7MXe-vgt" @confirmation_token=nil @confirmed_at=nil @confirmation_sent_at=nil @reset_password_token=nil @remember_token=nil @remember_created_at=nil @sign_in_count=nil @current_sign_in_at=nil @last_sign_in_at=nil @current_sign_in_ip=nil @last_sign_in_ip=nil @created_at=nil @updated_at=nil>>. | |
16) Failure: | |
test_should_generate_confirmation_token_after_creating_a_record(ConfirmableTest) | |
[/test/models/confirmable_test.rb:11:in `test_should_generate_confirmation_token_after_creating_a_record' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<nil> expected to not be nil. | |
17) Failure: | |
test_should_generate_errors_for_a_user_email_if_user_is_already_confirmed(ConfirmableTest) | |
[/test/models/confirmable_test.rb:87:in `test_should_generate_errors_for_a_user_email_if_user_is_already_confirmed' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<false> is not true. | |
18) Failure: | |
test_should_never_generate_the_same_confirmation_token_for_different_users(ConfirmableTest) | |
[/test/models/confirmable_test.rb:27:in `test_should_never_generate_the_same_confirmation_token_for_different_users' | |
/test/models/confirmable_test.rb:25:in `times' | |
/test/models/confirmable_test.rb:25:in `test_should_never_generate_the_same_confirmation_token_for_different_users' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<false> is not true. | |
19) Failure: | |
test_should_not_be_able_to_send_instructions_if_the_user_is_already_confirmed(ConfirmableTest) | |
[/test/models/confirmable_test.rb:178:in `test_should_not_be_able_to_send_instructions_if_the_user_is_already_confirmed' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<"already confirmed"> expected but was | |
<["already confirmed"]>. | |
20) Failure: | |
test_should_not_confirm_a_user_already_confirmed(ConfirmableTest) | |
[/test/models/confirmable_test.rb:57:in `test_should_not_confirm_a_user_already_confirmed' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<nil> expected but was | |
<[]>. | |
21) Failure: | |
test_should_not_send_confirmation_when_trying_to_save_an_invalid_user(ConfirmableTest) | |
[activesupport (2.3.5) lib/active_support/testing/assertions.rb:44:in `assert_difference' | |
parser.y:379:in `each_with_index' | |
activesupport (2.3.5) lib/active_support/testing/assertions.rb:41:in `each' | |
activesupport (2.3.5) lib/active_support/testing/assertions.rb:41:in `each_with_index' | |
activesupport (2.3.5) lib/active_support/testing/assertions.rb:41:in `assert_difference' | |
activesupport (2.3.5) lib/active_support/testing/assertions.rb:61:in `assert_no_difference' | |
/test/support/assertions_helper.rb:20:in `assert_email_not_sent' | |
/test/models/confirmable_test.rb:105:in `test_should_not_send_confirmation_when_trying_to_save_an_invalid_user' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
"ActionMailer::Base.deliveries.size" didn't change by 0. | |
<0> expected but was | |
<1>. | |
22) Failure: | |
test_should_return_a_new_record_with_errors_when_a_blank_token_is_given(ConfirmableTest) | |
[/test/models/confirmable_test.rb:79:in `test_should_return_a_new_record_with_errors_when_a_blank_token_is_given' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<["blank"]> expected to be =~ | |
</blank/>. | |
23) Failure: | |
test_should_return_a_new_record_with_errors_when_a_invalid_token_is_given(ConfirmableTest) | |
[/test/models/confirmable_test.rb:73:in `test_should_return_a_new_record_with_errors_when_a_invalid_token_is_given' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<["invalid"]> expected to be =~ | |
</invalid/>. | |
24) Failure: | |
test_should_send_confirmation_instructions_by_email(ConfirmableTest) | |
[activesupport (2.3.5) lib/active_support/testing/assertions.rb:44:in `assert_difference' | |
activesupport (2.3.5) lib/active_support/testing/assertions.rb:37:in `each_with_index' | |
activesupport (2.3.5) lib/active_support/testing/assertions.rb:41:in `each' | |
activesupport (2.3.5) lib/active_support/testing/assertions.rb:41:in `each_with_index' | |
activesupport (2.3.5) lib/active_support/testing/assertions.rb:41:in `assert_difference' | |
/test/support/assertions_helper.rb:16:in `assert_email_sent' | |
/test/models/confirmable_test.rb:99:in `test_should_send_confirmation_instructions_by_email' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
"ActionMailer::Base.deliveries.size" didn't change by 1. | |
<1> expected but was | |
<0>. | |
25) Error: | |
test_body_should_have_link_to_confirm_the_account(ConfirmationInstructionsTest): | |
NoMethodError: undefined method `body' for nil:NilClass | |
activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' | |
/test/mailers/confirmation_instructions_test.rb:57:in `test_body_should_have_link_to_confirm_the_account' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
26) Error: | |
test_body_should_have_user_info(ConfirmationInstructionsTest): | |
NoMethodError: undefined method `body' for nil:NilClass | |
activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' | |
/test/mailers/confirmation_instructions_test.rb:51:in `test_body_should_have_user_info' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
27) Error: | |
test_content_type_should_be_set_to_html(ConfirmationInstructionsTest): | |
NoMethodError: undefined method `content_type' for nil:NilClass | |
activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' | |
/test/mailers/confirmation_instructions_test.rb:26:in `test_content_type_should_be_set_to_html' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
28) Failure: | |
test_email_sent_after_creating_the_user(ConfirmationInstructionsTest) | |
[/test/mailers/confirmation_instructions_test.rb:22:in `test_email_sent_after_creating_the_user' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<nil> expected to not be nil. | |
29) Error: | |
test_renders_a_scoped_if_scoped_views_is_set_to_true(ConfirmationInstructionsTest): | |
NoMethodError: undefined method `body' for nil:NilClass | |
activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' | |
/test/mailers/confirmation_instructions_test.rb:62:in `test_renders_a_scoped_if_scoped_views_is_set_to_true' | |
/test/support/assertions_helper.rb:31:in `swap' | |
/test/mailers/confirmation_instructions_test.rb:61:in `test_renders_a_scoped_if_scoped_views_is_set_to_true' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
30) Error: | |
test_send_confirmation_instructions_to_the_user_email(ConfirmationInstructionsTest): | |
NoMethodError: You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.to | |
/test/mailers/confirmation_instructions_test.rb:31:in `test_send_confirmation_instructions_to_the_user_email' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
31) Error: | |
test_setup_sender_from_configuration(ConfirmationInstructionsTest): | |
NoMethodError: You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.from | |
/test/mailers/confirmation_instructions_test.rb:35:in `test_setup_sender_from_configuration' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
32) Error: | |
test_setup_subject_from_I18n(ConfirmationInstructionsTest): | |
NoMethodError: undefined method `subject' for nil:NilClass | |
activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' | |
/test/mailers/confirmation_instructions_test.rb:40:in `test_setup_subject_from_I18n' | |
/test/support/model_tests_helper.rb:9:in `store_translations' | |
/test/mailers/confirmation_instructions_test.rb:39:in `test_setup_subject_from_I18n' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
33) Error: | |
test_subject_namespaced_by_model(ConfirmationInstructionsTest): | |
NoMethodError: undefined method `subject' for nil:NilClass | |
activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' | |
/test/mailers/confirmation_instructions_test.rb:46:in `test_subject_namespaced_by_model' | |
/test/support/model_tests_helper.rb:9:in `store_translations' | |
/test/mailers/confirmation_instructions_test.rb:45:in `test_subject_namespaced_by_model' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
34) Failure: | |
test_not_confirmed_user_with_setup_to_block_without_confirmation_should_not_be_able_to_sign_in(ConfirmationTest) | |
[webrat (0.6.0) lib/webrat/core/matchers/have_content.rb:57:in `assert_contain' | |
/test/integration/confirmable_test.rb:67:in `test_not_confirmed_user_with_setup_to_block_without_confirmation_should_not_be_able_to_sign_in' | |
/test/support/assertions_helper.rb:31:in `swap' | |
/test/integration/confirmable_test.rb:64:in `test_not_confirmed_user_with_setup_to_block_without_confirmation_should_not_be_able_to_sign_in' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expected the following element's content to include "You have to confirm your account before continuing": | |
Devise Test App | |
Signed in successfully. | |
Home! | |
. | |
<false> is not true. | |
35) Failure: | |
test_sign_in_user_automatically_after_confirming_it's_email(ConfirmationTest) | |
[/test/integration/confirmable_test.rb:60:in `test_sign_in_user_automatically_after_confirming_it's_email' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
<false> is not true. | |
36) Failure: | |
test_user_already_confirmed_user_should_not_be_able_to_confirm_the_account_again(ConfirmationTest) | |
[webrat (0.6.0) lib/webrat/core/matchers/have_content.rb:57:in `assert_contain' | |
/test/integration/confirmable_test.rb:53:in `test_user_already_confirmed_user_should_not_be_able_to_confirm_the_account_again' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expected the following element's content to include "already confirmed": | |
Devise Test App | |
Resend confirmation instructions | |
1 error prohibited this user from being savedThere were problems with the following fields:blank | |
Sign inForgot password? | |
. | |
<false> is not true. | |
37) Failure: | |
test_user_should_be_able_to_request_a_new_confirmation(ConfirmationTest) | |
[actionpack (2.3.5) lib/action_controller/test_case.rb:119:in `clean_backtrace' | |
actionpack (2.3.5) lib/action_controller/integration.rb:555:in `__send__' | |
actionpack (2.3.5) lib/action_controller/integration.rb:555:in `method_missing' | |
/test/integration/confirmable_test.rb:19:in `test_user_should_be_able_to_request_a_new_confirmation' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expecting <"sessions/new"> but rendering with <"confirmations/new.html.erb"> | |
38) Failure: | |
test_user_with_invalid_confirmation_token_should_not_be_able_to_confirm_an_account(ConfirmationTest) | |
[webrat (0.6.0) lib/webrat/core/matchers/have_content.rb:57:in `assert_contain' | |
/test/integration/confirmable_test.rb:30:in `test_user_with_invalid_confirmation_token_should_not_be_able_to_confirm_an_account' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expected the following element's content to match /Confirmation token(.*)invalid/: | |
Devise Test App | |
Resend confirmation instructions | |
1 error prohibited this user from being savedThere were problems with the following fields:invalid | |
Sign inForgot password? | |
. | |
<nil> is not true. | |
39) Failure: | |
test_user_with_valid_confirmation_token_should_be_able_to_confirm_an_account(ConfirmationTest) | |
[actionpack (2.3.5) lib/action_controller/test_case.rb:119:in `clean_backtrace' | |
actionpack (2.3.5) lib/action_controller/integration.rb:555:in `__send__' | |
actionpack (2.3.5) lib/action_controller/integration.rb:555:in `method_missing' | |
/test/integration/confirmable_test.rb:39:in `test_user_with_valid_confirmation_token_should_be_able_to_confirm_an_account' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expecting <"home/index"> but rendering with <"confirmations/new.html.erb"> | |
40) Failure: | |
test_after_entering_invalid_data_user_should_still_be_able_to_change_his_password(PasswordTest) | |
[webrat (0.6.0) lib/webrat/core/matchers/have_content.rb:57:in `assert_contain' | |
/test/integration/recoverable_test.rb:120:in `test_after_entering_invalid_data_user_should_still_be_able_to_change_his_password' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expected the following element's content to include "Your password was changed successfully.": | |
Devise Test App | |
Change your password | |
1 error prohibited this user from being savedThere were problems with the following fields:blank | |
Password | |
Password confirmation | |
Sign inDidn't receive confirmation instructions? | |
. | |
<false> is not true. | |
41) Failure: | |
test_not_authenticated_user_with_invalid_email_should_receive_an_error_message(PasswordTest) | |
[webrat (0.6.0) lib/webrat/core/matchers/have_content.rb:57:in `assert_contain' | |
/test/integration/recoverable_test.rb:61:in `test_not_authenticated_user_with_invalid_email_should_receive_an_error_message' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expected the following element's content to include "Email not found": | |
Devise Test App | |
Forgot your password? | |
1 error prohibited this user from being savedThere were problems with the following fields:not found | |
Sign inDidn't receive confirmation instructions? | |
. | |
<false> is not true. | |
42) Failure: | |
test_not_authenticated_user_with_invalid_reset_password_token_should_not_be_able_to_change_his_password(PasswordTest) | |
[webrat (0.6.0) lib/webrat/core/matchers/have_content.rb:57:in `assert_contain' | |
/test/integration/recoverable_test.rb:81:in `test_not_authenticated_user_with_invalid_reset_password_token_should_not_be_able_to_change_his_password' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expected the following element's content to match /Reset password token(.*)invalid/: | |
Devise Test App | |
Change your password | |
1 error prohibited this user from being savedThere were problems with the following fields:invalid | |
Password | |
Password confirmation | |
Sign inDidn't receive confirmation instructions? | |
. | |
<nil> is not true. | |
43) Failure: | |
test_not_authenticated_user_with_valid_data_should_be_able_to_change_his_password(PasswordTest) | |
[actionpack (2.3.5) lib/action_controller/test_case.rb:119:in `clean_backtrace' | |
actionpack (2.3.5) lib/action_controller/integration.rb:555:in `__send__' | |
actionpack (2.3.5) lib/action_controller/integration.rb:555:in `method_missing' | |
/test/integration/recoverable_test.rb:104:in `test_not_authenticated_user_with_valid_data_should_be_able_to_change_his_password' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expecting <"home/index"> but rendering with <"passwords/edit.html.erb"> | |
44) Failure: | |
test_not_authenticated_user_with_valid_reset_password_token_but_invalid_password_should_not_be_able_to_change_his_password(PasswordTest) | |
[webrat (0.6.0) lib/webrat/core/matchers/have_content.rb:57:in `assert_contain' | |
/test/integration/recoverable_test.rb:95:in `test_not_authenticated_user_with_valid_reset_password_token_but_invalid_password_should_not_be_able_to_change_his_password' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
expected the following element's content to include "Password doesn't match confirmation": | |
Devise Test App | |
Change your password | |
1 error prohibited this user from being savedThere were problems with the following fields:blank | |
Password | |
Password confirmation | |
Sign inDidn't receive confirmation instructions? | |
. | |
<false> is not true. | |
45) Failure: | |
test_sign_in_user_automatically_after_changing_it's_password(PasswordTest) | |
[/test/integration/recoverable_test.rb:129:in `test_sign_in_user_automatically_after_changing_it's_password' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
<false> is not true. | |
46) Failure: | |
test_should_a_new_record_with_errors_if_no_reset_password_token_is_found(RecoverableTest) | |
[/test/models/recoverable_test.rb:114:in `test_should_a_new_record_with_errors_if_no_reset_password_token_is_found' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<["invalid"]> expected to be =~ | |
</invalid/>. | |
47) Failure: | |
test_should_a_new_record_with_errors_if_reset_password_token_is_blank(RecoverableTest) | |
[/test/models/recoverable_test.rb:120:in `test_should_a_new_record_with_errors_if_reset_password_token_is_blank' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<["blank"]> expected to be =~ | |
</blank/>. | |
48) Error: | |
test_should_clear_reset_password_token_while_reseting_the_password(RecoverableTest): | |
NoMethodError: undefined method `validators' for User:Class | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/relationship.rb:381:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/property.rb:240:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-validations-0.10.3/lib/dm-validations.rb:89:in `valid?' | |
vendor/plugins/devise/lib/devise/models/recoverable.rb:28:in `reset_password!' | |
/test/models/recoverable_test.rb:50:in `test_should_clear_reset_password_token_while_reseting_the_password' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
49) Error: | |
test_should_find_a_user_to_reset_his_password_based_on_reset_password_token(RecoverableTest): | |
NoMethodError: undefined method `validators' for User:Class | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/relationship.rb:381:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/property.rb:240:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-validations-0.10.3/lib/dm-validations.rb:89:in `valid?' | |
vendor/plugins/devise/lib/devise/models/recoverable.rb:28:in `reset_password!' | |
vendor/plugins/devise/lib/devise/models/recoverable.rb:74:in `reset_password!' | |
/test/models/recoverable_test.rb:107:in `test_should_find_a_user_to_reset_his_password_based_on_reset_password_token' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
50) Error: | |
test_should_not_clear_reset_password_token_if_record_is_invalid(RecoverableTest): | |
NoMethodError: undefined method `validators' for User:Class | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/relationship.rb:381:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/property.rb:240:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-validations-0.10.3/lib/dm-validations.rb:89:in `valid?' | |
vendor/plugins/devise/lib/devise/models/recoverable.rb:28:in `reset_password!' | |
/test/models/recoverable_test.rb:58:in `test_should_not_clear_reset_password_token_if_record_is_invalid' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
51) Failure: | |
test_should_not_reset_password_with_invalid_data(RecoverableTest) | |
[/test/support/assertions_helper.rb:3:in `assert_not' | |
/test/models/recoverable_test.rb:65:in `test_should_not_reset_password_with_invalid_data' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<false> is not true. | |
52) Error: | |
test_should_reset_password_and_password_confirmation_from_params(RecoverableTest): | |
NoMethodError: undefined method `validators' for User:Class | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/relationship.rb:381:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/property.rb:240:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-validations-0.10.3/lib/dm-validations.rb:89:in `valid?' | |
vendor/plugins/devise/lib/devise/models/recoverable.rb:28:in `reset_password!' | |
/test/models/recoverable_test.rb:35:in `test_should_reset_password_and_password_confirmation_from_params' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
53) Error: | |
test_should_reset_password_and_save_the_record(RecoverableTest): | |
NoMethodError: undefined method `validators' for User:Class | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/relationship.rb:381:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/property.rb:240:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-validations-0.10.3/lib/dm-validations.rb:89:in `valid?' | |
vendor/plugins/devise/lib/devise/models/recoverable.rb:28:in `reset_password!' | |
/test/models/recoverable_test.rb:41:in `test_should_reset_password_and_save_the_record' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
54) Error: | |
test_should_reset_successfully_user_password_given_the_new_password_and_confirmation(RecoverableTest): | |
NoMethodError: undefined method `validators' for User:Class | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/relationship.rb:381:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-core-0.10.3/lib/dm-core/model/property.rb:240:in `method_missing' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/dm-validations-0.10.3/lib/dm-validations.rb:89:in `valid?' | |
vendor/plugins/devise/lib/devise/models/recoverable.rb:28:in `reset_password!' | |
vendor/plugins/devise/lib/devise/models/recoverable.rb:74:in `reset_password!' | |
/test/models/recoverable_test.rb:128:in `test_should_reset_successfully_user_password_given_the_new_password_and_confirmation' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
55) Failure: | |
test_should_return_a_new_record_with_errors_if_user_was_not_found_by_e-mail(RecoverableTest) | |
[/test/models/recoverable_test.rb:86:in `test_should_return_a_new_record_with_errors_if_user_was_not_found_by_e-mail' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: | |
<["not found"]> expected to be =~ | |
</not found/>. | |
56) Error: | |
test_generate_remember_token_after_sign_in(RememberMeTest): | |
Webrat::PageLoadError: Page load was not successful (Code: 500): | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Action Controller: Exception caught</title> | |
<style> | |
body { background-color: #fff; color: #333; } | |
body, p, ol, ul, td { | |
font-family: verdana, arial, helvetica, sans-serif; | |
font-size: 13px; | |
line-height: 18px; | |
} | |
pre { | |
background-color: #eee; | |
padding: 10px; | |
font-size: 11px; | |
} | |
a { color: #000; } | |
a:visited { color: #666; } | |
a:hover { color: #fff; background-color:#000; } | |
</style> | |
</head> | |
<body> | |
<h1> | |
NoMethodError | |
in SessionsController#create | |
</h1> | |
<pre>undefined method `gmtime' for Thu, 07 Jan 2010 18:00:34 +0000:DateTime</pre> | |
<p><code>RAILS_ROOT: /Users/lancelotcarlson/Projects/ruby/devise/test/rails_app</code></p> | |
<div id="traces"> | |
<a href="#" onclick="document.getElementById('Framework-Trace').style.display='none';document.getElementById('Full-Trace').style.display='none';document.getElementById('Application-Trace').style.display='block';; return false;">Application Trace</a> | | |
<a href="#" onclick="document.getElementById('Application-Trace').style.display='none';document.getElementById('Full-Trace').style.display='none';document.getElementById('Framework-Trace').style.display='block';; return false;">Framework Trace</a> | | |
<a href="#" onclick="document.getElementById('Application-Trace').style.display='none';document.getElementById('Framework-Trace').style.display='none';document.getElementById('Full-Trace').style.display='block';; return false;">Full Trace</a> | |
<div id="Application-Trace" style="display: block;"> | |
<pre><code>/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/response.rb:63:in `set_cookie' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/response.rb:184:in `set_cookie' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/serializers/cookie.rb:8:in `store' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/serializers/cookie.rb:25:in `store' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `_store_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `each' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `_store_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:112:in `set_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:238:in `_perform_authentication' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:66:in `authenticate' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/controllers/filters.rb:37:in `authenticate' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/controllers/default.rb:22:in `create' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:1331:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:1331:in `perform_action_without_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:617:in `call_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/benchmark.rb:308:in `realtime' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/rescue.rb:160:in `perform_action_without_flash' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/flash.rb:146:in `perform_action' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `process_without_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:606:in `process' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:391:in `process' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:386:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:437:in `call'</code></pre> | |
</div> | |
<div id="Framework-Trace" style="display: none;"> | |
<pre><code>/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/response.rb:63:in `set_cookie' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/response.rb:184:in `set_cookie' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/serializers/cookie.rb:8:in `store' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/serializers/cookie.rb:25:in `store' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `_store_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `each' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `_store_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:112:in `set_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:238:in `_perform_authentication' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:66:in `authenticate' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/controllers/filters.rb:37:in `authenticate' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/controllers/default.rb:22:in `create' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:1331:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:1331:in `perform_action_without_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:617:in `call_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/benchmark.rb:308:in `realtime' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/rescue.rb:160:in `perform_action_without_flash' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/flash.rb:146:in `perform_action' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `process_without_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:606:in `process' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:391:in `process' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:386:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:437:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:87:in `dispatch' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:121:in `_call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/manager.rb:34:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/manager.rb:34:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/manager.rb:33:in `catch' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/manager.rb:33:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/string_coercion.rb:25:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/head.rb:9:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/params_parser.rb:15:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/session/cookie_store.rb:93:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/failsafe.rb:26:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lock.rb:11:in `synchronize' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:106:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lint.rb:47:in `_call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lint.rb:35:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:316:in `process' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:203:in `post' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:499:in `__send__' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:499:in `post' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/adapters/rails.rb:54:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/adapters/rails.rb:54:in `do_request' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/adapters/rails.rb:27:in `post' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/session.rb:283:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/session.rb:283:in `process_request' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/session.rb:122:in `request_page' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/elements/form.rb:20:in `submit' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/elements/field.rb:225:in `click' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/scope.rb:290:in `click_button' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:657:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278 | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5</code></pre> | |
</div> | |
<div id="Full-Trace" style="display: none;"> | |
<pre><code>/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/response.rb:63:in `set_cookie' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/response.rb:184:in `set_cookie' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/serializers/cookie.rb:8:in `store' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/serializers/cookie.rb:25:in `store' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `_store_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `each' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:278:in `_store_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:112:in `set_user' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:238:in `_perform_authentication' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/proxy.rb:66:in `authenticate' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/controllers/filters.rb:37:in `authenticate' | |
/Users/lancelotcarlson/Projects/ruby/devise/test/rails_app/vendor/plugins/devise/lib/devise/controllers/default.rb:22:in `create' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:1331:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:1331:in `perform_action_without_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:617:in `call_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/benchmark.rb:308:in `realtime' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/rescue.rb:160:in `perform_action_without_flash' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/flash.rb:146:in `perform_action' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `process_without_filters' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/filters.rb:606:in `process' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:391:in `process' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/base.rb:386:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:437:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:87:in `dispatch' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:121:in `_call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/manager.rb:34:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/manager.rb:34:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/manager.rb:33:in `catch' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/warden-0.8.0/lib/warden/manager.rb:33:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/string_coercion.rb:25:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/head.rb:9:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/params_parser.rb:15:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/session/cookie_store.rb:93:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/failsafe.rb:26:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lock.rb:11:in `synchronize' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:106:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lint.rb:47:in `_call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rack-1.0.1/lib/rack/lint.rb:35:in `call' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:316:in `process' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:203:in `post' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:499:in `__send__' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:499:in `post' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/adapters/rails.rb:54:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/adapters/rails.rb:54:in `do_request' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/adapters/rails.rb:27:in `post' | |
(__FORWARDABLE__):3:in `__send__' | |
(__FORWARDABLE__):3:in `post' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/session.rb:283:in `send' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/session.rb:283:in `process_request' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/session.rb:122:in `request_page' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/elements/form.rb:20:in `submit' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/elements/field.rb:225:in `click' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/webrat-0.6.0/lib/webrat/core/scope.rb:290:in `click_button' | |
(__FORWARDABLE__):3:in `__send__' | |
(__FORWARDABLE__):3:in `click_button' | |
(eval):2:in `click_button' | |
test/support/integration_tests_helper.rb:33:in `sign_in_as_user' | |
test/integration/rememberable_test.rb:19:in `test_generate_remember_token_after_sign_in' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/activesupport-2.3.5/lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/actionpack-2.3.5/lib/action_controller/integration.rb:657:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run' | |
/Users/lancelotcarlson/.rvm/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278 | |
/Users/lancelotcarlson/.rvm/gems/ruby/1.8.7/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5</code></pre> | |
</div> | |
</div> | |
<h2 style="margin-top: 30px">Request</h2> | |
<p><b>Parameters</b>: <pre>{"commit"=>"Sign in", | |
"user"=>{"remember_me"=>"1", | |
"password"=>"123456", | |
"email"=>"[email protected]"}}</pre></p> | |
<p><a href="#" onclick="document.getElementById('session_dump').style.display='block'; return false;">Show session dump</a></p> | |
<div id="session_dump" style="display:none"><pre class='debug_dump'>--- | |
</pre></div> | |
<h2 style="margin-top: 30px">Response</h2> | |
<p><b>Headers</b>: <pre>{"Content-Type"=>"", | |
"Cache-Control"=>"no-cache"}</pre></p> | |
</body> | |
</html> | |
webrat (0.6.0) lib/webrat/core/session.rb:125:in `request_page' | |
webrat (0.6.0) lib/webrat/core/elements/form.rb:20:in `submit' | |
webrat (0.6.0) lib/webrat/core/elements/field.rb:225:in `click' | |
webrat (0.6.0) lib/webrat/core/scope.rb:290:in `click_button' | |
(eval):2:in `click_button' | |
/test/support/integration_tests_helper.rb:33:in `sign_in_as_user' | |
/test/integration/rememberable_test.rb:19:in `test_generate_remember_token_after_sign_in' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run' | |
57) Error: | |
test_forget_me_should_clear_remember_created_at(RememberableTest): | |
NoMethodError: undefined method `remember_created_at?' for #<User:0x220cba8> | |
/test/models/rememberable_test.rb:36:in `test_forget_me_should_clear_remember_created_at' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
58) Error: | |
test_forget_me_should_clear_remember_token_and_save_the_record_without_validating(RememberableTest): | |
NoMethodError: undefined method `remember_token?' for #<User:0x22056b4> | |
/test/models/rememberable_test.rb:26:in `test_forget_me_should_clear_remember_token_and_save_the_record_without_validating' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
59) Error: | |
test_remember_me_should_generate_a_new_token_and_save_the_record_without_validating(RememberableTest): | |
NoMethodError: undefined method `changed?' for #<User:0x21dbf80> | |
/test/models/rememberable_test.rb:20:in `test_remember_me_should_generate_a_new_token_and_save_the_record_without_validating' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
60) Failure: | |
test_current_and_last_sign_in_remote_ip_are_updated_on_each_sign_in(TrackableHooksTest) | |
[/test/integration/trackable_test.rb:36:in `test_current_and_last_sign_in_remote_ip_are_updated_on_each_sign_in' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
<"127.0.0.1"> expected but was | |
<nil>. | |
61) Failure: | |
test_current_and_last_sign_in_timestamps_are_updated_on_each_sign_in(TrackableHooksTest) | |
[/test/integration/trackable_test.rb:13:in `test_current_and_last_sign_in_timestamps_are_updated_on_each_sign_in' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
<nil> | |
expected to be kind_of? | |
<Time> but was | |
<NilClass>. | |
62) Failure: | |
test_increase_sign_in_count(TrackableHooksTest) | |
[/test/integration/trackable_test.rb:46:in `test_increase_sign_in_count' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' | |
activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' | |
actionpack (2.3.5) lib/action_controller/integration.rb:657:in `run']: | |
<1> expected but was | |
<nil>. | |
281 tests, 569 assertions, 34 failures, 28 errors | |
rake aborted! | |
Command failed with status (1): [/Users/lancelotcarlson/.rvm/ruby-1.8.7-p17...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment