Sha256: b7685bdc0d58ac5e981e5c98c93fcf7567b9585372ddf46198584bb5ac16cf46
Contents?: true
Size: 80 Bytes
Versions: 2
Compression:
Stored size: 80 Bytes
Contents
Given /^a product "([^"]*)" exists$/ do |name| Product.create(name: name) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_shopping_cart-0.4.1 | features/step_definitions/product_steps.rb |
acts_as_shopping_cart-0.4.0 | features/step_definitions/product_steps.rb |