flowerbox-delivery/features/step_definitions/when/i_instantiate_sprockets_handler.rb
2012-01-23 11:58:20 -05:00

5 lines
198 B
Ruby

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