run unit test bin/rails test, got the following errors:
Failure:
LineItemsControllerTest#test_should_create_line_item [/home/wxf/work/shopping/test/controllers/line_items_controller_test.rb:27]:
<Your Pragmatic Cart> expected but was
<Your Cart>..
Expected 0 to be >= 1.
run unit test
bin/rails test
, got the following errors:solution
/test/controllers/line_items_controller_test.rb:27
change the code to: