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