Start supplier product category speccing

This commit is contained in:
2013-12-15 17:55:14 +01:00
parent 65aa99cc1a
commit 85297bed4f
5 changed files with 59 additions and 3 deletions
@@ -0,0 +1,4 @@
step "there are :count supplier products" do |count|
@products = create_list :product, count.to_i, supplier: @supplier
end