Module: Templater::Spec::Helpers
- Defined in:
- lib/templater/spec/helpers.rb
Defined Under Namespace
Classes: CreateMatcher, InvokeMatcher
Instance Method Summary collapse
Instance Method Details
#create(expected) ⇒ Object
61 62 63 |
# File 'lib/templater/spec/helpers.rb', line 61 def create(expected) CreateMatcher.new(expected) end |
#invoke(expected) ⇒ Object
37 38 39 |
# File 'lib/templater/spec/helpers.rb', line 37 def invoke(expected) InvokeMatcher.new(expected) end |