flowerbox-delivery/features/step_definitions/when/i_instantiate_template_builder.rb

4 lines
237 B
Ruby
Raw Permalink Normal View History

When /^I instantiate a template renderer with the template "([^"]*)" and the files:$/ do |template, table|
@template_renderer = Flowerbox::Delivery::TemplateRenderer.new(:files => table.raw.collect(&:first), :template => template)
end