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

5 lines
91 B
Ruby

When /^I work with the Sprockets asset "([^"]*)"$/ do |asset|
@sprockets.add(asset)
end