module Templater::Spec::Helpers

Public Instance Methods

create(expected) click to toggle source
# File lib/templater/spec/helpers.rb, line 61
def create(expected)
  CreateMatcher.new(expected)
end
invoke(expected) click to toggle source
# File lib/templater/spec/helpers.rb, line 37
def invoke(expected)
  InvokeMatcher.new(expected)
end