flowerbox-delivery/features/step_definitions/when/tilt/i_evaluate_template.rb
2012-01-30 11:34:57 -05:00

4 lines
79 B
Ruby

When /^I evaluate the template$/ do
@result = @template_processor.render
end