Cleanup for mobile build without errors

This commit is contained in:
2014-07-07 17:02:52 +02:00
parent b4cecb69c2
commit def1d271a5
41 changed files with 4143 additions and 1332 deletions
@@ -19,7 +19,7 @@ step "then new product category with proper properties linked to the first produ
sleep 1
@product_category = ProductCategory.find_by_name 'New product category'
@product_category.week_days.should == [0, 0, 1, 0, 0, 0, 0]
@product_category.full_day.should be_true
@product_category.full_day.should be true
@product_category.product_ids.should == [@products.first.id]
end