Cleanup for mobile build without errors
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user