Skip to content

Instantly share code, notes, and snippets.

@henrypoydar
Created April 22, 2009 17:24
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 henrypoydar/99933 to your computer and use it in GitHub Desktop.
Save henrypoydar/99933 to your computer and use it in GitHub Desktop.
1)
ActionView::TemplateError in 'UserMailer notifications for specific events should send an email when creating an event'
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.full_name
On line #13 of app/views/user_mailer/notification-event-sent.text.plain.erb
10: <% end %>
11: <% unless @document.attendees.empty? %>
12: Invitees: <% @document.attendees.each do |attendee| %>
13: <%= attendee.full_name %>
14: <% end -%>
15: <% end -%>
16: <% unless @document.description.blank? %>
app/views/user_mailer/notification-event-sent.text.plain.erb:13
app/views/user_mailer/notification-event-sent.text.plain.erb:12:in `each'
app/views/user_mailer/notification-event-sent.text.plain.erb:12
haml (2.1.0) lib/haml/helpers/action_view_mods.rb:14:in `render_without_mock_proxy'
/spec/models/user_mailer_spec.rb:141
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:48:in `timeout'
vendor/plugins/rspec/bin/spec:4
2)
ActiveRecord::RecordNotFound in 'Task shares should test the users#show task filters should show all_tasks_for_user'
Couldn't find User with ID=#<User:0x516a774>
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:331:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/task_spec.rb:328:
3)
ActiveRecord::RecordNotFound in 'Task shares should test the users#show task filters should show assigned_by_current_user_incomplete'
Couldn't find User with ID=#<User:0x530e0f8>
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:331:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/task_spec.rb:328:
4)
ActiveRecord::RecordNotFound in 'Task shares should test the users#show task filters should show assigned_by_current_user_complete'
Couldn't find User with ID=#<User:0x5212974>
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:331:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/task_spec.rb:328:
5)
ActiveRecord::RecordNotFound in 'Task shares should test the users#show task filters should show complete'
Couldn't find User with ID=#<User:0x555db24>
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:331:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/task_spec.rb:328:
6)
ActiveRecord::RecordNotFound in 'Task shares should test the users#show task filters should show all_tasks_for_user'
Couldn't find User with ID=#<User:0x52757f4>
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:331:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/task_spec.rb:328:
7)
ActiveRecord::RecordNotFound in 'Task shares should test the users#show task filters should show assigned_by_current_user_incomplete'
Couldn't find User with ID=#<User:0x51a22b4>
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:331:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/task_spec.rb:328:
8)
ActiveRecord::RecordNotFound in 'Task shares should test the users#show task filters should show assigned_by_current_user_complete'
Couldn't find User with ID=#<User:0x531626c>
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:331:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/task_spec.rb:328:
9)
NoMethodError in 'Task visibility_summary should say Only you have access to this task'
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.full_name
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:228:in `visibility_summary_for'
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:228:in `map!'
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:228:in `visibility_summary_for'
./spec/models/task_spec.rb:281:
10)
NoMethodError in 'Task visibility_summary should say You and Dick Johnson have access to this task'
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.full_name
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:228:in `visibility_summary_for'
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:228:in `map!'
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:228:in `visibility_summary_for'
./spec/models/task_spec.rb:290:
11)
RuntimeError in 'Task#sending_completed_message should not create any feed receipts when i complete a private task assigned to me'
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:217:in `send_completed_message'
./spec/models/task_spec.rb:226:
12)
RuntimeError in 'Task#sending_completed_message should create feed receipts when i complete a shared task assigned to me'
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:217:in `send_completed_message'
./spec/models/task_spec.rb:244:
13)
ActiveRecord::RecordNotFound in 'Task#sending_completed_message should create a feed receipt for only the assigned_by_user when i complete a private task assigned to me by someone else'
Couldn't find User with ID=#<User:0x53a3504>
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:259:
14)
'Task#is_private should return true if the user creates a task and assigns to himself' FAILED
expected true, got false
./spec/models/task_spec.rb:202:
15)
ActiveRecord::RecordNotFound in 'Task named scope for decending should order completed tasks in a decending manner'
Couldn't find User with ID=4
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:96:in `setup_assignment'
./spec/models/task_spec.rb:106:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/task_spec.rb:104:
16)
NoMethodError in 'Person record_generated_organization after_create callback should associate organizations that were auto-created upon the the creation of this person'
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.personal_group
/Users/hpoydar/dev/upswing/crm-core/lib/visibility.rb:170:in `show_to_user'
/Users/hpoydar/dev/upswing/crm-core/app/models/person.rb:45:in `primary_role='
./spec/models/person_spec.rb:87:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/person_spec.rb:86:
17)
NoMethodError in 'Person#organization_created? should be true if a new organization was created when the person is created'
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.personal_group
/Users/hpoydar/dev/upswing/crm-core/lib/visibility.rb:170:in `show_to_user'
/Users/hpoydar/dev/upswing/crm-core/app/models/person.rb:45:in `primary_role='
./spec/models/person_spec.rb:71:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/person_spec.rb:69:
18)
'Message#converse_with= should create a read conversation for the author of the message' FAILED
expected: 1,
got: 0 (using ==)
./spec/models/message_spec.rb:47:
19)
ActiveRecord::RecordNotFound in 'Event.invitee_list_accessable_by should show the invitee list to a user who is not the creator, but is invited to an event'
Couldn't find User with ID=4
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:96:in `link_invitees'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `each'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `link_invitees'
./spec/models/event_spec.rb:294:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/event_spec.rb:292:
20)
ActiveRecord::RecordNotFound in 'Event.user_is_invited should return true when the event has invitees'
Couldn't find User with ID=4
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:96:in `link_invitees'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `each'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `link_invitees'
./spec/models/event_spec.rb:248:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/event_spec.rb:246:
21)
ActiveRecord::RecordNotFound in 'Event.link_invitees should create an invitation for each user invited'
Couldn't find User with ID=4
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:96:in `link_invitees'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `each'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `link_invitees'
./spec/models/event_spec.rb:181:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/event_spec.rb:179:
22)
ActiveRecord::RecordNotFound in 'Event.link_invitees should create an invitation for each of the users invited'
Couldn't find User with ID=4
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:96:in `link_invitees'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `each'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `link_invitees'
./spec/models/event_spec.rb:181:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/event_spec.rb:179:
23)
ActiveRecord::RecordNotFound in 'Event.link_invitees should create an invitation status of /awaiting_response/ for the user invited'
Couldn't find User with ID=4
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:96:in `link_invitees'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `each'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `link_invitees'
./spec/models/event_spec.rb:181:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/event_spec.rb:179:
24)
ActiveRecord::RecordNotFound in 'Event.link_invitees should create a invitation with status /attending/ for the current user'
Couldn't find User with ID=4
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:96:in `link_invitees'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `each'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `link_invitees'
./spec/models/event_spec.rb:181:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/event_spec.rb:179:
25)
ActiveRecord::RecordNotFound in 'Event.link_invitees should create a view for each user invited'
Couldn't find User with ID=4
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:96:in `link_invitees'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `each'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `link_invitees'
./spec/models/event_spec.rb:181:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/models/event_spec.rb:179:
26)
'Event attendees should return a list of 3 users attending the event' FAILED
expected: 3,
got: 1 (using ==)
./spec/models/event_spec.rb:140:
27)
'Event attendees should return a list of 2 users attending the event' FAILED
expected: 2,
got: 1 (using ==)
./spec/models/event_spec.rb:148:
28)
ActiveRecord::RecordNotFound in 'Comment#notify_participants_of_comment should notify participants when a comment is added to an object (task - in this case)'
Couldn't find User with ID=6
/Users/hpoydar/dev/upswing/crm-core/lib/notify.rb:15:in `notify='
/Users/hpoydar/dev/upswing/crm-core/lib/notify.rb:11:in `each'
/Users/hpoydar/dev/upswing/crm-core/lib/notify.rb:11:in `notify='
./spec/models/comment_spec.rb:67:
29)
ActiveRecord::RecordNotFound in 'Comment#notify_participants_of_comment should notify participants and invitees when a comment is added to an event'
Couldn't find User with ID=#<User:0x51bd99c>
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:96:in `link_invitees'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `each'
/Users/hpoydar/dev/upswing/crm-core/app/models/event.rb:93:in `link_invitees'
./spec/models/comment_spec.rb:79:
30)
RuntimeError in 'ZeroEdgeCase check for dirtyness should set the serialized setting to true for tasks'
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:181:in `to_basic_message'
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:198:in `to_create_message'
/Users/hpoydar/dev/upswing/crm-core/lib/feed.rb:14:in `send'
/Users/hpoydar/dev/upswing/crm-core/lib/feed.rb:14:in `to_message'
/Users/hpoydar/dev/upswing/crm-core/lib/feed.rb:43:in `broadcast_action'
/Users/hpoydar/dev/upswing/crm-core/app/models/user_action.rb:62:in `handle_after_action'
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:100:in `commit_actions'
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:97:in `loop'
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:97:in `commit_actions'
./spec/lib/zero_edge_case_spec.rb:37:in `class_from_model'
./spec/lib/zero_edge_case_spec.rb:37:in `new'
./spec/lib/zero_edge_case_spec.rb:37:in `class_from_model'
./spec/lib/zero_edge_case_spec.rb:15:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/lib/zero_edge_case_spec.rb:14:
31)
RuntimeError in 'ZeroEdgeCase check for dirtyness should not set the user back to clean after theyve been dirty for tasks'
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:181:in `to_basic_message'
/Users/hpoydar/dev/upswing/crm-core/app/models/task.rb:198:in `to_create_message'
/Users/hpoydar/dev/upswing/crm-core/lib/feed.rb:14:in `send'
/Users/hpoydar/dev/upswing/crm-core/lib/feed.rb:14:in `to_message'
/Users/hpoydar/dev/upswing/crm-core/lib/feed.rb:43:in `broadcast_action'
/Users/hpoydar/dev/upswing/crm-core/app/models/user_action.rb:62:in `handle_after_action'
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:100:in `commit_actions'
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:97:in `loop'
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:97:in `commit_actions'
./spec/lib/zero_edge_case_spec.rb:37:in `class_from_model'
./spec/lib/zero_edge_case_spec.rb:37:in `new'
./spec/lib/zero_edge_case_spec.rb:37:in `class_from_model'
./spec/lib/zero_edge_case_spec.rb:23:
/Users/hpoydar/dev/upswing/crm-core/lib/user_action_logger.rb:55:in `log_actions_with'
./spec/lib/zero_edge_case_spec.rb:22:
32)
'Visibility#visibility should return a list of users for the restricted users state' FAILED
expected: "Only you and Dave Johnson can view this contact",
got: "Only you, , and can view this contact" (using ==)
./spec/lib/visibility_spec.rb:160:
33)
'Visibility#visibility should return a list of multiple users for the restricted users state' FAILED
expected: "Only you, Dave Johnson and Mike Johnson can view this contact",
got: "Only you, , and can view this contact" (using ==)
./spec/lib/visibility_spec.rb:169:
34)
'Visibility.viewers should find all users that this is shared with' FAILED
expected: [#<User id: 4, status_id: 4, account_id: 4, suspended: false, kind: "normal", interests: nil, title: nil, significant_other: nil, kids_names: nil, location: nil, email_address: "5702492@wert.com", password_digest: "69a6d0fbf8d7f38b7e212f4d716b42071ac5b75e", first_name: "Dave", last_name: "Johnson", salt_format: "G0EYRHyMn3erauU+TqPNRM+MsJ+tUHTDtPStk+IhGEUPBvU74SW...", time_zone: "Eastern Time (US & Canada)", created_at: "2009-04-22 17:10:10", updated_at: "2009-04-22 17:10:10", reset_code: nil, twitter_enabled: false, twitter_data: nil, invite_token: nil, invite_token_expiration_date: nil, dirty: nil>],
got: [] (using ==)
./spec/lib/visibility_spec.rb:96:
35)
ActionView::TemplateError in 'Rake task jobs:send_invoice should send an invoice'
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.next_invoice_due
On line #8 of app/views/account_mailer/invoice.text.plain.erb
5: <%= @account.domain %>
6:
7: Summary
8: Your credit card (XXXX-XXXX-XXXX-<%= @account.credit_card.last_four %>) has been charged <%= @amount %. This charge covers your account until <%= @account.subscription.next_invoice_due.change(:days => 30).strftime('%B %e, %Y') %>. You will be billed at that time for the next 30 days.
9:
10: NEED TO CANCEL?
11: If you wish to cancel your Bantam account, log in to:
app/views/account_mailer/invoice.text.plain.erb:8
haml (2.1.0) lib/haml/helpers/action_view_mods.rb:14:in `render_without_mock_proxy'
/lib/tasks/send_invoice.rake:8
/lib/tasks/send_invoice.rake:5:in `each'
/lib/tasks/send_invoice.rake:5
/spec/lib/tasks/../../spec_helper.rb:79:in `instance_eval'
/spec/lib/tasks/../../spec_helper.rb:79:in `invoke!'
/spec/lib/tasks/../../spec_helper.rb:78:in `each'
/spec/lib/tasks/../../spec_helper.rb:78:in `invoke!'
/spec/lib/tasks/send_invoice_spec.rb:21
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:48:in `timeout'
vendor/plugins/rspec/bin/spec:4
36)
NoMethodError in 'Rake task jobs:check_cards_about_to_expire should get a list of credit cards about to expire'
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.email_address
/Users/hpoydar/dev/upswing/crm-core/app/models/account_mailer.rb:6:in `credit_card_soon_to_expire'
./lib/tasks/check_cards_about_to_expire.rake:6:
./lib/tasks/check_cards_about_to_expire.rake:5:in `each'
./lib/tasks/check_cards_about_to_expire.rake:5:
./spec/lib/tasks/../../spec_helper.rb:79:in `instance_eval'
./spec/lib/tasks/../../spec_helper.rb:79:in `invoke!'
./spec/lib/tasks/../../spec_helper.rb:78:in `each'
./spec/lib/tasks/../../spec_helper.rb:78:in `invoke!'
./spec/lib/tasks/check_cards_about_to_expire_spec.rb:14:
37)
NoMethodError in 'Rake task jobs:check_cards_about_to_expire should send an email for each credit card found'
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.email_address
/Users/hpoydar/dev/upswing/crm-core/app/models/account_mailer.rb:6:in `credit_card_soon_to_expire'
./lib/tasks/check_cards_about_to_expire.rake:6:
./lib/tasks/check_cards_about_to_expire.rake:5:in `each'
./lib/tasks/check_cards_about_to_expire.rake:5:
./spec/lib/tasks/../../spec_helper.rb:79:in `instance_eval'
./spec/lib/tasks/../../spec_helper.rb:79:in `invoke!'
./spec/lib/tasks/../../spec_helper.rb:78:in `each'
./spec/lib/tasks/../../spec_helper.rb:78:in `invoke!'
./spec/lib/tasks/check_cards_about_to_expire_spec.rb:14:
38)
'Participation#notified_users should return a collection of users who have been notified of an event' FAILED
expected: [#<User id: 7, status_id: 7, account_id: 7, suspended: false, kind: "normal", interests: nil, title: nil, significant_other: nil, kids_names: nil, location: nil, email_address: "36973056@wert.com", password_digest: "e06364110baad7715752482f23b98bee4c5d1ca5", first_name: "Dave", last_name: "Johnson", salt_format: "5tUhawSOr4M76gat8FRCTvrDbmyhlK0eqqNEUd8wbMWWLejltZn...", time_zone: "Eastern Time (US & Canada)", created_at: "2009-04-22 17:10:15", updated_at: "2009-04-22 17:10:15", reset_code: nil, twitter_enabled: false, twitter_data: nil, invite_token: nil, invite_token_expiration_date: nil, dirty: nil>],
got: [] (using ==)
./spec/lib/participation_spec.rb:31:
39)
'Participation#commenters should return a collection of users who have commented on the parent' FAILED
expected: [#<User id: 6, status_id: 6, account_id: 6, suspended: false, kind: "normal", interests: nil, title: nil, significant_other: nil, kids_names: nil, location: nil, email_address: "20831816@wert.com", password_digest: "6c5721668254c92ada357190a80af09b4548c551", first_name: "Dave", last_name: "Johnson", salt_format: "oxdbPi196TOvB2c6Xbl+zwLAIZuegE3gwJCGH8zBymC5yNXcGy7...", time_zone: "Eastern Time (US & Canada)", created_at: "2009-04-22 17:10:15", updated_at: "2009-04-22 17:10:15", reset_code: nil, twitter_enabled: false, twitter_data: nil, invite_token: nil, invite_token_expiration_date: nil, dirty: nil>, #<User id: 7, status_id: 7, account_id: 7, suspended: false, kind: "normal", interests: nil, title: nil, significant_other: nil, kids_names: nil, location: nil, email_address: "57673614@wert.com", password_digest: "d616dfce5f9258985f9eb4586622ea3462d6e97e", first_name: "Dave", last_name: "Johnson", salt_format: "IdbrL2byfyo/AdtPj1ikeTSIJQcsXug8yyNa/cVgepio4cDingT...", time_zone: "Eastern Time (US & Canada)", created_at: "2009-04-22 17:10:15", updated_at: "2009-04-22 17:10:15", reset_code: nil, twitter_enabled: false, twitter_data: nil, invite_token: nil, invite_token_expiration_date: nil, dirty: nil>],
got: [#<User id: 6, status_id: 6, account_id: 6, suspended: false, kind: "normal", interests: nil, title: nil, significant_other: nil, kids_names: nil, location: nil, email_address: "20831816@wert.com", password_digest: "6c5721668254c92ada357190a80af09b4548c551", first_name: "Dave", last_name: "Johnson", salt_format: "oxdbPi196TOvB2c6Xbl+zwLAIZuegE3gwJCGH8zBymC5yNXcGy7...", time_zone: "Eastern Time (US & Canada)", created_at: "2009-04-22 17:10:15", updated_at: "2009-04-22 17:10:15", reset_code: nil, twitter_enabled: false, twitter_data: nil, invite_token: nil, invite_token_expiration_date: nil, dirty: nil>] (using ==)
./spec/lib/participation_spec.rb:15:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment