Module: Pancake::Test::Matchers
- Defined in:
- lib/pancake/test/matchers.rb
Defined Under Namespace
Classes: InheritFrom, MountMatcher
Instance Method Summary collapse
Instance Method Details
#inherit_from(expected) ⇒ Object
53 54 55 |
# File 'lib/pancake/test/matchers.rb', line 53 def inherit_from(expected) InheritFrom.new(expected) end |
#mount(expected, path) ⇒ Object
MountMatcher
34 35 36 |
# File 'lib/pancake/test/matchers.rb', line 34 def mount(expected, path) MountMatcher.new(expected, path) end |