Displaying 1 result from an estimated 1 matches for "_lineitem_".
Did you mean:
_line_item
2014 May 02
0
What does assign method do in testing ?
...ave a code :-
test "should update line_item" do
patch :update, id:@line_item, line_item: {
cart_id:@line_item.cart_id, product_id:@line_item.product_id}
assert_redirected_to line_item_path(assigns(:line_item))
end
Does *assigns(:line_item)* give back an instance of the model _LineItem_
? I am bit confused with the use of the method *assigns*.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email...