flowerbox-delivery/features/step_definitions/when/tilt/i_evaluate_template.rb

4 lines
79 B
Ruby
Raw Normal View History

2012-01-30 16:34:57 +00:00
When /^I evaluate the template$/ do
@result = @template_processor.render
end