Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKaren 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