search for: assign_generated_descript

Displaying 1 result from an estimated 1 matches for "assign_generated_descript".

2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
...iption_args]. However, I think it works, and I''m not sure how better to express it. If metadata[:description] is set, I think it could contain either the contents of metadata[:description_args] or the generated matcher description (any other possibilities?). And it looks to me from Example#assign_generated_description that if metadata[:description] is already filled out (from the description args), the previous contents will win. So really, I think what you''re going to see is: if we fall through to the else, self[:description_args] is going to be empty. But I have yet to prove that. Questions notwit...