"Intermediate Swift 2" was retired on May 31, 2020. You are now viewing the recommended replacement.

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

Deprecation warnings

I apologize for the repeat question, I just don't feel it was fully addressed on what to do about it, just explained...

I understand that my Rspec version is different (3 vs 2.99 in video) and I'm not sure exactly how to proceed. Reading the details, it says "it" isn't used anymore? It's enough to make the test not work. Could someone could give me a recommended course of action? Here is the end bit:

2 deprecation warnings total

Finished in 0.08065 seconds 1 example, 1 failure

Failed examples:

rspec ./spec/features/todo_lists/create_spec.rb:4 # Creating todo lists redirects to the todo list index page on success

Randomized with seed 59029