More spec fixing

This commit is contained in:
2014-12-04 19:00:53 +01:00
parent 524140cf60
commit 3941529d0d
6 changed files with 46 additions and 38 deletions
@@ -21,8 +21,8 @@ step "then new product category with proper properties should have been created"
#@product_category.week_days.should == [0, 0, 1, 0, 0, 0, 0]
@product_category.full_day.should be true
expect( @product_category.active_on_monday ).to be true
expect( @product_category.active_on_monday ).to be true
expect( @product_category.active_on_wednesday ).to be false
expect( @product_category.active_on_tuesday ).to be false
expect( @product_category.active_on_wednesday ).to be true
#@product_category.product_ids.should == [@products.first.id]
end