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

Rspecinvalid

I have the same issue. Did variation of it. create_spec.rb is exactly was shown on the video. I'm using Treehouse VM using Vagrant. Exactly the same environment as the video. Failure message: https://www.dropbox.com/s/35hd3hq4m44v7eu/rspect.JPG?dl=0

create_spec.rb file: https://www.dropbox.com/s/bz879dgnpy96xbo/createspect.JPG?dl=0

2 Answers

You have a syntax error on line 89 of your application.css file. Just try browsing to the /todo_lists page and the error should be served to you. It has nothing to do with your tests.

Hmm. Thanks for the quick response. I'll just ignore it since the topic is specific to rspec. Thanks.