Displaying 1 result from an estimated 1 matches for "test_should_create_line_item".
2012 Jan 18
3
Cannot redirect to nil!
I need some help please..
when I created web application about books market, i create a cart and
using test the message error appear like this on rake test:functionals
LineItemsControllerTest
> test_should_create_line_item
> ERROR
> Cannot redirect to nil!
and also appear on web side, thats error told that "Cannot redirect to nil!"
Then i was checking the code, and i think that''s nothing need to do, all
it''s normal.
somebody may have an experienced on it, please tell me ho...