Method: Object#be_ancestor_of
- Defined in:
- lib/mspec/matchers/be_ancestor_of.rb
#be_ancestor_of(expected) ⇒ Object
21 22 23 |
# File 'lib/mspec/matchers/be_ancestor_of.rb', line 21 def be_ancestor_of(expected) BeAncestorOfMatcher.new(expected) end |