Johan (or someone looking into tests) After the latest git-wiki patch I've been getting these errors:
1) 'Page should have a committed by user' FAILED expected: #<User id: 1, login: "johan", email: "[email protected]", crypted_password: "00742970dc9e6319f8019fd54864d3ea740f04b1", salt: "7e3041ebc2fc05a40c60028e2c4901a81035d3cd", created_at: "2009-01-28 05:18:42", updated_at: "2009-02-02 05:18:42", remember_token: nil, remember_token_expires_at: nil, activation_code: "8f24789ae988411ccf33ab0c30fe9106fab32e9b", activated_at: "2009-01-28 05:18:42", ssh_key_id: 1, fullname: nil, url: nil, identity_url: nil, is_admin: true, suspended_at: nil>, got: nil (using ==) ./spec/models/page_spec.rb:99: 2) 'Page should have a commit' FAILED expected: "[email protected]", got: "[email protected]" (using ==) ./spec/models/page_spec.rb:89: It is weird as I understand that the setup method correctly uses git commit with the "--author" flag, but for some reason it seems to be bypassing it. I am still early in the debug but if someone already know what the problem is, that would help a lot. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
