
Karen Ho
10,190 Pointsbin/rake spec test - Failure/Error: if @todo_list.update(todo_list_params)
I have been following the fixes in the forum but still getting this issue, please help!
Failures:
1) TodoListsController PUT update with valid params updates the requested todo_list Failure/Error: if @todo_list.update(todo_list_params)
#<TodoList id: 1, title: "MyString", description: "My Description", created_at: "2016-11-02 15:09:23", updated_at: "2016-11-02 15:09:23"> received :update with unexpected arguments
expected: ({"title"=>"MyString"})
got: (<ActionController::Parameters {"title"=>"MyString"} permitted: true>)
Diff:
@@ -1,2 +1,2 @@
-[{"title"=>"MyString"}]
+[<ActionController::Parameters {"title"=>"MyString"} permitted: true>]
Karen Ho
10,190 PointsKaren Ho
10,190 PointsFound the answer here and it's resolved!
https://teamtreehouse.com/community/failing-one-test-dont-know-how-to-fix-it