[x] add test specs for AllProducts action creator/thunk/reducer
Tier One: All Products
component
✓ renders the products passed in as props (66ms)
✓ renders DIFFERENT products passed in as props
✓ renders "Products Coming Soon!" if passed an empty array of products
Redux
set/fetch products
✓ _setProducts action creator returns a valid action
✓ fetchProducts thunk creator returns a thunk that GETs /api/products
reducer
✓ returns the initial state by default
✓ reduces on SET_PRODUCTS action
Essential for #5