search for: build_description_from

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

2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
...er description, because the implementation of Example#description sees that `metadata[:description]` is set. But when someone calls `example.full_description` or `example.metadata[:full_description]`, both fall through to this implementation, from the ExampleMetadata module: def full_description build_description_from(self[:example_group][:full_description], *self[:description_args]) end Hmm... I see the parent''s full description, the empty list of description_args... but where''s the example''s description itself? We''re not taking into account that in this case the description...