5 lines
198 B
Ruby
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
|
|
|