Sha256: 3d916ec097eca7ff0de3f0b7a65981dbbe7c15093ea251f758e1312348540877

Contents?: true

Size: 83 Bytes

Versions: 11

Compression:

Stored size: 83 Bytes

Contents

Given /^a product "([^"]*)" exists$/ do |name|
  Product.create(:name => name)
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
acts_as_shopping_cart-0.3.0 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.2.2 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.2.1 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.2.0 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.1.6 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.1.5 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.1.4 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.1.3 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.1.2 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.1.1 features/step_definitions/product_steps.rb
acts_as_shopping_cart-0.1.0 features/step_definitions/product_steps.rb