You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to metric_fu
Hello,
I think I've found a bug and I'd like to report it. I couldn't find
any better place to do it, so I'm doing it here. In one of my classes
I have this code:
def to_s
"#<OpenId:#{id}: #{display_identifier}>"
end
and the test coverage output shows it as:
def to_s
"#"
end
I suppose it's getting confused with the < in there, not HTML escaping
it correctly.