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

5 lines
198 B
Ruby
Raw Normal View History

2012-01-23 16:58:20 +00:00
When /^I instantiate a Sprockets handler with the following asset directories:$/ do |table|
@sprockets = Flowerbox::Delivery::SprocketsHandler.new(:asset_paths => table.raw.collect(&:first))
end