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

5 lines
91 B
Ruby
Raw Normal View History

2012-01-23 16:58:20 +00:00
When /^I work with the Sprockets asset "([^"]*)"$/ do |asset|
@sprockets.add(asset)
end