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 trial

Ruby Build a Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Write Our First Tests

Yifan Xiao
Yifan Xiao
1,561 Points

When I follow the video on the second test, it goes wrong with "expect(ToDoList.count).to eq(0)". any thought?

The Model name of the Todo list is "ToDoList", but in the code the color of "ToDoList" is not recognized by the text editor.

1 Answer

Yifan Xiao
Yifan Xiao
1,561 Points

Sorry guys, just found out the answer, the name should be "TodoList", with d in lowercase